#DD4D21

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

Shades of Cinnabar #DD4D21

Tints of Cinnabar #DD4D21

Color information

#DD4D21 (or 0xDD4D21) is unknown color: approx Cinnabar. HEX triplet: DD, 4D and 21. RGB value is (221,77,33). Sum of RGB (Red+Green+Blue) = 221+77+33=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D21 is #22B2DE. Grayscale: #737373. Windows color (decimal): -2274015 or 2182621. OLE color: 2182621.

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

Color convert

RGB2217733-
CMYK00.650.850.13
HSL14.04º74.02%49.8%-
HSV(B)14.04º85.07%86.67%-
XYZ32.7520.793.73-
YUV115.0481.71203.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.77%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 33 (13.28% from 255) = 9.97%
R=66.77%
G=23.26%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221773300.650.850.1314.0474.0249.8
HexDD4D2104155De4a32
Octal335115410101125151611262
Binary110111011001101100001010000011010101110111101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4D21; }

 p { color: rgb(221,77,33); }

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

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

 a { background-color: rgb(221,77,33); }

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

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

 span { border-color: rgb(221,77,33); }

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