#DD4020

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

Shades of Cinnabar #DD4020

Tints of Cinnabar #DD4020

Color information

#DD4020 (or 0xDD4020) is unknown color: approx Cinnabar. HEX triplet: DD, 40 and 20. RGB value is (221,64,32). Sum of RGB (Red+Green+Blue) = 221+64+32=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4020 is #22BFDF. Grayscale: #6B6B6B. Windows color (decimal): -2277344 or 2113757. OLE color: 2113757.

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

Color convert

RGB2216432-
CMYK00.710.860.13
HSL10.16º74.7%49.61%-
HSV(B)10.16º85.52%86.67%-
XYZ31.9119.143.38-
YUV107.2985.51209.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.72%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=69.72%
G=20.19%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221643200.710.860.1310.1674.749.61
HexDD402004756Da4b32
Octal335100400107126151211362
Binary110111011000000100000010001111010110110110101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4020; }

 p { color: rgb(221,64,32); }

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

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

 a { background-color: rgb(221,64,32); }

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

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

 span { border-color: rgb(221,64,32); }

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