#DE4D1C

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

Shades of Cinnabar #DE4D1C

Tints of Cinnabar #DE4D1C

Color information

#DE4D1C (or 0xDE4D1C) is unknown color: approx Cinnabar. HEX triplet: DE, 4D and 1C. RGB value is (222,77,28). Sum of RGB (Red+Green+Blue) = 222+77+28=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D1C is #21B2E3. Grayscale: #737373. Windows color (decimal): -2208484 or 1854942. OLE color: 1854942.

HSL color Cylindrical-coordinate representation of color #DE4D1C: hue angle of 15.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE4D1C is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2227728-
CMYK00.650.870.13
HSL15.15º77.6%49.02%-
HSV(B)15.15º87.39%87.06%-
XYZ32.9920.923.4-
YUV114.7779.04204.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.89%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 28 (11.33% from 255) = 8.56%
R=67.89%
G=23.55%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222772800.650.870.1315.1577.649.02
HexDE4D1C04157Df4e31
Octal336115340101127151711661
Binary11011110100110111100010000011010111110111111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4D1C; }

 p { color: rgb(222,77,28); }

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

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

 a { background-color: rgb(222,77,28); }

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

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

 span { border-color: rgb(222,77,28); }

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