#DE4840

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

Shades of Cinnabar #DE4840

Tints of Cinnabar #DE4840

Color information

#DE4840 (or 0xDE4840) is unknown color: approx Cinnabar. HEX triplet: DE, 48 and 40. RGB value is (222,72,64). Sum of RGB (Red+Green+Blue) = 222+72+64=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4840 is #21B7BF. Grayscale: #747474. Windows color (decimal): -2209728 or 4212958. OLE color: 4212958.

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

Color convert

RGB2227264-
CMYK00.680.710.13
HSL3.04º70.54%56.08%-
HSV(B)3.04º71.17%87.06%-
XYZ33.3720.537.06-
YUV115.9498.7203.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.01%
GREEN value IS 72 (28.52% from 255) = 20.11%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=62.01%
G=20.11%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222726400.680.710.133.0470.5456.08
HexDE484004447D34738
Octal336110100010410715310770
Binary11011110100100010000000100010010001111101111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4840; }

 p { color: rgb(222,72,64); }

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

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

 a { background-color: rgb(222,72,64); }

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

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

 span { border-color: rgb(222,72,64); }

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