Shades of Cinnabar #DD452A
Tints of Cinnabar #DD452A
RGB
CMYK
RGB Variations
Color information
#DD452A (or 0xDD452A) is known color: Cinnabar. HEX triplet: DD, 45 and 2A. RGB value is (221,69,42). Sum of RGB (Red+Green+Blue) = 221+69+42=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD452A is #22BAD5. Grayscale: #6F6F6F. Windows color (decimal): -2276054 or 2770397. OLE color: 2770397.
HSL color Cylindrical-coordinate representation of color #DD452A: hue angle of 9.05º 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 #DD452A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 42 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.13 |
| HSL | 9.05º | 0.72% | 0.52% | - |
| HSV(B) | 9.05º | 0.81% | 0.87% | - |
| XYZ | 32.36 | 19.8 | 4.31 | - |
| YUV | 111.37 | 88.86 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 42 | 0 | 0.69 | 0.81 | 0.13 | 9.05 | 0.72 | 0.52 |
| Hex | DD | 45 | 2A | 0 | 45 | 51 | D | 9 | 48 | 34 |
| Octal | 335 | 105 | 52 | 0 | 105 | 121 | 15 | 11 | 110 | 64 |
| Binary | 11011101 | 1000101 | 101010 | 0 | 1000101 | 1010001 | 1101 | 1001 | 1001000 | 110100 |
Color Harmonies of #DD452A
Complementary color
Monochromatic Colors of #DD452A
Black with #DD452A
Text Example
Text Example
White with #DD452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD452A; }
p { color: rgb(221,69,42); }
H1.HeaderClassName
{
color: #DD452A;
}
.AnyTagClassName
{
color: #DD452A;
}
</style>
background-color css
<style>
a { background-color: #DD452A; }
a { background-color: rgb(221,69,42); }
div.DivClassName
{
background-color: #DD452A;
}
.BgClassName
{
background-color: #DD452A;
}
</style>
border-color css
<style>
span { border-color: #DD452A; }
span { border-color: rgb(221,69,42); }
td.TdClassName
{
border-color: #DD452A;
}
.TagClassName
{
border-color: #DD452A;
}
</style>