Shades of Cinnabar #DD3C2A
Tints of Cinnabar #DD3C2A
RGB
CMYK
RGB Variations
Color information
#DD3C2A (or 0xDD3C2A) is known color: Cinnabar. HEX triplet: DD, 3C and 2A. RGB value is (221,60,42). Sum of RGB (Red+Green+Blue) = 221+60+42=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C2A is #22C3D5. Grayscale: #6A6A6A. Windows color (decimal): -2278358 or 2768093. OLE color: 2768093.
HSL color Cylindrical-coordinate representation of color #DD3C2A: hue angle of 6.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD3C2A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 42 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.13 |
| HSL | 6.03º | 0.72% | 0.52% | - |
| HSV(B) | 6.03º | 0.81% | 0.87% | - |
| XYZ | 31.85 | 18.77 | 4.13 | - |
| YUV | 106.09 | 91.84 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 42 | 0 | 0.73 | 0.81 | 0.13 | 6.03 | 0.72 | 0.52 |
| Hex | DD | 3C | 2A | 0 | 49 | 51 | D | 6 | 48 | 34 |
| Octal | 335 | 74 | 52 | 0 | 111 | 121 | 15 | 6 | 110 | 64 |
| Binary | 11011101 | 111100 | 101010 | 0 | 1001001 | 1010001 | 1101 | 110 | 1001000 | 110100 |
Color Harmonies of #DD3C2A
Complementary color
Monochromatic Colors of #DD3C2A
Black with #DD3C2A
Text Example
Text Example
White with #DD3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C2A; }
p { color: rgb(221,60,42); }
H1.HeaderClassName
{
color: #DD3C2A;
}
.AnyTagClassName
{
color: #DD3C2A;
}
</style>
background-color css
<style>
a { background-color: #DD3C2A; }
a { background-color: rgb(221,60,42); }
div.DivClassName
{
background-color: #DD3C2A;
}
.BgClassName
{
background-color: #DD3C2A;
}
</style>
border-color css
<style>
span { border-color: #DD3C2A; }
span { border-color: rgb(221,60,42); }
td.TdClassName
{
border-color: #DD3C2A;
}
.TagClassName
{
border-color: #DD3C2A;
}
</style>