#DE5239

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

Shades of Cinnabar #DE5239

Tints of Cinnabar #DE5239

Color information

#DE5239 (or 0xDE5239) is unknown color: approx Cinnabar. HEX triplet: DE, 52 and 39. RGB value is (222,82,57). Sum of RGB (Red+Green+Blue) = 222+82+57=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5239 is #21ADC6. Grayscale: #797979. Windows color (decimal): -2207175 or 3756766. OLE color: 3756766.

HSL color Cylindrical-coordinate representation of color #DE5239: hue angle of 9.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE5239 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2228257-
CMYK00.630.740.13
HSL9.09º71.43%54.71%-
HSV(B)9.09º74.32%87.06%-
XYZ33.8821.866.3-
YUV121.0191.88200.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.50%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 57 (22.66% from 255) = 15.79%
R=61.50%
G=22.71%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222825700.630.740.139.0971.4354.71
HexDE523903F4AD94737
Octal33612271077112151110767
Binary11011110101001011100101111111001010110110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5239; }

 p { color: rgb(222,82,57); }

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

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

 a { background-color: rgb(222,82,57); }

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

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

 span { border-color: rgb(222,82,57); }

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