#DD3C32

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

Shades of Cinnabar #DD3C32

Tints of Cinnabar #DD3C32

Color information

#DD3C32 (or 0xDD3C32) is unknown color: approx Cinnabar. HEX triplet: DD, 3C and 32. RGB value is (221,60,50). Sum of RGB (Red+Green+Blue) = 221+60+50=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C32 is #22C3CD. Grayscale: #6B6B6B. Windows color (decimal): -2278350 or 3292381. OLE color: 3292381.

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

Color convert

RGB2216050-
CMYK00.730.770.13
HSL3.51º71.55%53.14%-
HSV(B)3.51º77.38%86.67%-
XYZ32.0118.834.97-
YUV10795.84209.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 66.77%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=66.77%
G=18.13%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221605000.730.770.133.5171.5553.14
HexDD3C320494DD44835
Octal3357462011111515411065
Binary1101110111110011001001001001100110111011001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3C32; }

 p { color: rgb(221,60,50); }

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

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

 a { background-color: rgb(221,60,50); }

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

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

 span { border-color: rgb(221,60,50); }

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