#DE4E1D

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

Shades of Cinnabar #DE4E1D

Tints of Cinnabar #DE4E1D

Color information

#DE4E1D (or 0xDE4E1D) is unknown color: approx Cinnabar. HEX triplet: DE, 4E and 1D. RGB value is (222,78,29). Sum of RGB (Red+Green+Blue) = 222+78+29=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4E1D is #21B1E2. Grayscale: #737373. Windows color (decimal): -2208227 or 1920734. OLE color: 1920734.

HSL color Cylindrical-coordinate representation of color #DE4E1D: hue angle of 15.23º degrees, saturation: 0.77, 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 #DE4E1D is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2227829-
CMYK00.650.870.13
HSL15.23º76.89%49.22%-
HSV(B)15.23º86.94%87.06%-
XYZ33.0721.073.49-
YUV115.4779.21203.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.48%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 29 (11.72% from 255) = 8.81%
R=67.48%
G=23.71%
B=8.81%

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
Decimal222782900.650.870.1315.2376.8949.22
HexDE4E1D04157Df4d31
Octal336116350101127151711561
Binary11011110100111011101010000011010111110111111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4E1D; }

 p { color: rgb(222,78,29); }

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

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

 a { background-color: rgb(222,78,29); }

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

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

 span { border-color: rgb(222,78,29); }

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