#dd3f21

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

Shades of Cinnabar #DD3F21

Tints of Cinnabar #DD3F21

Color information

#DD3F21 (or 0xDD3F21) is unknown color: approx Cinnabar. HEX triplet: DD, 3F and 21. RGB value is (221,63,33). Sum of RGB (Red+Green+Blue) = 221+63+33=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F21 is #22C0DE. Grayscale: #6B6B6B. Windows color (decimal): -2277599 or 2179037. OLE color: 2179037.

HSL color Cylindrical-coordinate representation of color #DD3F21: hue angle of 9.57º 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 #DD3F21 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB2216333-
CMYK00.710.850.13
HSL9.57º74.02%49.8%-
HSV(B)9.57º85.07%86.67%-
XYZ31.8719.043.43-
YUV106.8286.35209.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.72%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=69.72%
G=19.87%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221633300.710.850.139.5774.0249.8
HexDD3F2104755Da4a32
Octal33577410107125151211262
Binary11011101111111100001010001111010101110110101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd3f21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd3f21; }

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

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

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

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

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

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

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

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