Shades of Cinnabar #DD3C2F
Tints of Cinnabar #DD3C2F
RGB
CMYK
RGB Variations
Color information
#DD3C2F (or 0xDD3C2F) is known color: Cinnabar. HEX triplet: DD, 3C and 2F. RGB value is (221,60,47). Sum of RGB (Red+Green+Blue) = 221+60+47=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C2F is #22C3D0. Grayscale: #6A6A6A. Windows color (decimal): -2278353 or 3095773. OLE color: 3095773.
HSL color Cylindrical-coordinate representation of color #DD3C2F: hue angle of 4.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD3C2F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 47 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.13 |
| HSL | 4.48º | 0.72% | 0.53% | - |
| HSV(B) | 4.48º | 0.79% | 0.87% | - |
| XYZ | 31.95 | 18.81 | 4.64 | - |
| YUV | 106.66 | 94.34 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 47 | 0 | 0.73 | 0.79 | 0.13 | 4.48 | 0.72 | 0.53 |
| Hex | DD | 3C | 2F | 0 | 49 | 4F | D | 4 | 48 | 35 |
| Octal | 335 | 74 | 57 | 0 | 111 | 117 | 15 | 4 | 110 | 65 |
| Binary | 11011101 | 111100 | 101111 | 0 | 1001001 | 1001111 | 1101 | 100 | 1001000 | 110101 |
Color Harmonies of #DD3C2F
Complementary color
Monochromatic Colors of #DD3C2F
Black with #DD3C2F
Text Example
Text Example
White with #DD3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C2F; }
p { color: rgb(221,60,47); }
H1.HeaderClassName
{
color: #DD3C2F;
}
.AnyTagClassName
{
color: #DD3C2F;
}
</style>
background-color css
<style>
a { background-color: #DD3C2F; }
a { background-color: rgb(221,60,47); }
div.DivClassName
{
background-color: #DD3C2F;
}
.BgClassName
{
background-color: #DD3C2F;
}
</style>
border-color css
<style>
span { border-color: #DD3C2F; }
span { border-color: rgb(221,60,47); }
td.TdClassName
{
border-color: #DD3C2F;
}
.TagClassName
{
border-color: #DD3C2F;
}
</style>