#DE4627

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

Shades of Cinnabar #DE4627

Tints of Cinnabar #DE4627

Color information

#DE4627 (or 0xDE4627) is unknown color: approx Cinnabar. HEX triplet: DE, 46 and 27. RGB value is (222,70,39). Sum of RGB (Red+Green+Blue) = 222+70+39=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4627 is #21B9D8. Grayscale: #707070. Windows color (decimal): -2210265 or 2574046. OLE color: 2574046.

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

Color convert

RGB2227039-
CMYK00.680.820.13
HSL10.16º73.49%51.18%-
HSV(B)10.16º82.43%87.06%-
XYZ32.6820.064.07-
YUV111.9186.86206.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.07%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 39 (15.62% from 255) = 11.78%
R=67.07%
G=21.15%
B=11.78%

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
Decimal222703900.680.820.1310.1673.4951.18
HexDE462704452Da4933
Octal336106470104122151211163
Binary110111101000110100111010001001010010110110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4627; }

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

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

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

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

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

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

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

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