#DE4E41

Color #DE4E41 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #DE4E41

Tints of Cinnabar #DE4E41

Color information

#DE4E41 (or 0xDE4E41) is unknown color: approx Cinnabar. HEX triplet: DE, 4E and 41. RGB value is (222,78,65). Sum of RGB (Red+Green+Blue) = 222+78+65=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4E41 is #21B1BE. Grayscale: #777777. Windows color (decimal): -2208191 or 4280030. OLE color: 4280030.

HSL color Cylindrical-coordinate representation of color #DE4E41: hue angle of 4.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE4E41 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB2227865-
CMYK00.650.710.13
HSL4.97º70.4%56.27%-
HSV(B)4.97º70.72%87.06%-
XYZ33.821.367.34-
YUV119.5797.21201.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 60.82%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=60.82%
G=21.37%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222786500.650.710.134.9770.456.27
HexDE4E4104147D54638
Octal336116101010110715510670
Binary110111101001110100000101000001100011111011011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4E41; }

 p { color: rgb(222,78,65); }

 H1.HeaderClassName
 {
   color: #DE4E41;
 }
 .AnyTagClassName
 {
   color: #DE4E41;
 }
</style>
background-color css

<style>
 a { background-color: #DE4E41; }

 a { background-color: rgb(222,78,65); }

 div.DivClassName
 {
   background-color: #DE4E41;
 }
 .BgClassName
 {
   background-color: #DE4E41;
 }
</style>
border-color css

<style>
 span { border-color: #DE4E41; }

 span { border-color: rgb(222,78,65); }

 td.TdClassName
 {
   border-color: #DE4E41;
 }
 .TagClassName
 {
   border-color: #DE4E41;
 }
</style>