#de493d

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

Shades of Cinnabar #DE493D

Tints of Cinnabar #DE493D

Color information

#DE493D (or 0xDE493D) is unknown color: approx Cinnabar. HEX triplet: DE, 49 and 3D. RGB value is (222,73,61). Sum of RGB (Red+Green+Blue) = 222+73+61=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE493D is #21B6C2. Grayscale: #747474. Windows color (decimal): -2209475 or 4016606. OLE color: 4016606.

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

Color convert

RGB2227361-
CMYK00.670.730.13
HSL4.47º70.93%55.49%-
HSV(B)4.47º72.52%87.06%-
XYZ33.3520.636.64-
YUV116.1896.86203.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.36%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 61 (24.22% from 255) = 17.13%
R=62.36%
G=20.51%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222736100.670.730.134.4770.9355.49
HexDE493D04349D44737
Octal33611175010311115410767
Binary11011110100100111110101000011100100111011001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de493d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de493d; }

 p { color: rgb(222,73,61); }

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

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

 a { background-color: rgb(222,73,61); }

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

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

 span { border-color: rgb(222,73,61); }

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