#DE4727

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

Shades of Cinnabar #DE4727

Tints of Cinnabar #DE4727

Color information

#DE4727 (or 0xDE4727) is unknown color: approx Cinnabar. HEX triplet: DE, 47 and 27. RGB value is (222,71,39). Sum of RGB (Red+Green+Blue) = 222+71+39=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4727 is #21B8D8. Grayscale: #707070. Windows color (decimal): -2210009 or 2574302. OLE color: 2574302.

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

Color convert

RGB2227139-
CMYK00.680.820.13
HSL10.49º73.49%51.18%-
HSV(B)10.49º82.43%87.06%-
XYZ32.7420.184.09-
YUV112.586.53206.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.87%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 39 (15.62% from 255) = 11.75%
R=66.87%
G=21.39%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222713900.680.820.1310.4973.4951.18
HexDE472704452Da4933
Octal336107470104122151211163
Binary110111101000111100111010001001010010110110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4727; }

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

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

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

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

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

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

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

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