#DE4A27

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

Shades of Cinnabar #DE4A27

Tints of Cinnabar #DE4A27

Color information

#DE4A27 (or 0xDE4A27) is unknown color: approx Cinnabar. HEX triplet: DE, 4A and 27. RGB value is (222,74,39). Sum of RGB (Red+Green+Blue) = 222+74+39=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4A27 is #21B5D8. Grayscale: #727272. Windows color (decimal): -2209241 or 2575070. OLE color: 2575070.

HSL color Cylindrical-coordinate representation of color #DE4A27: hue angle of 11.48º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE4A27 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB2227439-
CMYK00.670.820.13
HSL11.48º73.49%51.18%-
HSV(B)11.48º82.43%87.06%-
XYZ32.9420.574.15-
YUV114.2685.53204.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.27%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 39 (15.62% from 255) = 11.64%
R=66.27%
G=22.09%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222743900.670.820.1311.4873.4951.18
HexDE4A2704352Db4933
Octal336112470103122151311163
Binary110111101001010100111010000111010010110110111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4A27; }

 p { color: rgb(222,74,39); }

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

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

 a { background-color: rgb(222,74,39); }

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

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

 span { border-color: rgb(222,74,39); }

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