#DE4642

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

Shades of Cinnabar #DE4642

Tints of Cinnabar #DE4642

Color information

#DE4642 (or 0xDE4642) is unknown color: approx Cinnabar. HEX triplet: DE, 46 and 42. RGB value is (222,70,66). Sum of RGB (Red+Green+Blue) = 222+70+66=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4642 is #21B9BD. Grayscale: #737373. Windows color (decimal): -2210238 or 4343518. OLE color: 4343518.

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

Color convert

RGB2227066-
CMYK00.680.700.13
HSL1.54º70.27%56.47%-
HSV(B)1.54º70.27%87.06%-
XYZ33.320.37.32-
YUV114.99100.36204.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.01%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 66 (26.17% from 255) = 18.44%
R=62.01%
G=19.55%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222706600.680.700.131.5470.2756.47
HexDE464204446D24638
Octal336106102010410615210670
Binary11011110100011010000100100010010001101101101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4642; }

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

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

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

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

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

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

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

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