#DE4241

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

Shades of Cinnabar #DE4241

Tints of Cinnabar #DE4241

Color information

#DE4241 (or 0xDE4241) is unknown color: approx Cinnabar. HEX triplet: DE, 42 and 41. RGB value is (222,66,65). Sum of RGB (Red+Green+Blue) = 222+66+65=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4241 is #21BDBE. Grayscale: #707070. Windows color (decimal): -2211263 or 4276958. OLE color: 4276958.

HSL color Cylindrical-coordinate representation of color #DE4241: hue angle of 0.38º 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 #DE4241 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB2226665-
CMYK00.700.710.13
HSL0.38º70.4%56.27%-
HSV(B)0.38º70.72%87.06%-
XYZ33.0319.817.08-
YUV112.53101.18206.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.89%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=62.89%
G=18.70%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222666500.700.710.130.3870.456.27
HexDE424104647D04638
Octal336102101010610715010670
Binary1101111010000101000001010001101000111110101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4241; }

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

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

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

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

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

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

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

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