Shades of Cinnabar #DD3F2A
Tints of Cinnabar #DD3F2A
RGB
CMYK
RGB Variations
Color information
#DD3F2A (or 0xDD3F2A) is known color: Cinnabar. HEX triplet: DD, 3F and 2A. RGB value is (221,63,42). Sum of RGB (Red+Green+Blue) = 221+63+42=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F2A is #22C0D5. Grayscale: #6C6C6C. Windows color (decimal): -2277590 or 2768861. OLE color: 2768861.
HSL color Cylindrical-coordinate representation of color #DD3F2A: hue angle of 7.04º 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 #DD3F2A is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 42 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.13 |
| HSL | 7.04º | 0.72% | 0.52% | - |
| HSV(B) | 7.04º | 0.81% | 0.87% | - |
| XYZ | 32.01 | 19.09 | 4.19 | - |
| YUV | 107.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 42 | 0 | 0.71 | 0.81 | 0.13 | 7.04 | 0.72 | 0.52 |
| Hex | DD | 3F | 2A | 0 | 47 | 51 | D | 7 | 48 | 34 |
| Octal | 335 | 77 | 52 | 0 | 107 | 121 | 15 | 7 | 110 | 64 |
| Binary | 11011101 | 111111 | 101010 | 0 | 1000111 | 1010001 | 1101 | 111 | 1001000 | 110100 |
Color Harmonies of #DD3F2A
Complementary color
Monochromatic Colors of #DD3F2A
Black with #DD3F2A
Text Example
Text Example
White with #DD3F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F2A; }
p { color: rgb(221,63,42); }
H1.HeaderClassName
{
color: #DD3F2A;
}
.AnyTagClassName
{
color: #DD3F2A;
}
</style>
background-color css
<style>
a { background-color: #DD3F2A; }
a { background-color: rgb(221,63,42); }
div.DivClassName
{
background-color: #DD3F2A;
}
.BgClassName
{
background-color: #DD3F2A;
}
</style>
border-color css
<style>
span { border-color: #DD3F2A; }
span { border-color: rgb(221,63,42); }
td.TdClassName
{
border-color: #DD3F2A;
}
.TagClassName
{
border-color: #DD3F2A;
}
</style>