Shades of Cinnabar #DD412A
Tints of Cinnabar #DD412A
RGB
CMYK
RGB Variations
Color information
#DD412A (or 0xDD412A) is known color: Cinnabar. HEX triplet: DD, 41 and 2A. RGB value is (221,65,42). Sum of RGB (Red+Green+Blue) = 221+65+42=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD412A is #22BED5. Grayscale: #6D6D6D. Windows color (decimal): -2277078 or 2769373. OLE color: 2769373.
HSL color Cylindrical-coordinate representation of color #DD412A: hue angle of 7.71º 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 #DD412A is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 42 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.13 |
| HSL | 7.71º | 0.72% | 0.52% | - |
| HSV(B) | 7.71º | 0.81% | 0.87% | - |
| XYZ | 32.13 | 19.32 | 4.23 | - |
| YUV | 109.02 | 90.18 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 42 | 0 | 0.71 | 0.81 | 0.13 | 7.71 | 0.72 | 0.52 |
| Hex | DD | 41 | 2A | 0 | 47 | 51 | D | 8 | 48 | 34 |
| Octal | 335 | 101 | 52 | 0 | 107 | 121 | 15 | 10 | 110 | 64 |
| Binary | 11011101 | 1000001 | 101010 | 0 | 1000111 | 1010001 | 1101 | 1000 | 1001000 | 110100 |
Color Harmonies of #DD412A
Complementary color
Monochromatic Colors of #DD412A
Black with #DD412A
Text Example
Text Example
White with #DD412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD412A; }
p { color: rgb(221,65,42); }
H1.HeaderClassName
{
color: #DD412A;
}
.AnyTagClassName
{
color: #DD412A;
}
</style>
background-color css
<style>
a { background-color: #DD412A; }
a { background-color: rgb(221,65,42); }
div.DivClassName
{
background-color: #DD412A;
}
.BgClassName
{
background-color: #DD412A;
}
</style>
border-color css
<style>
span { border-color: #DD412A; }
span { border-color: rgb(221,65,42); }
td.TdClassName
{
border-color: #DD412A;
}
.TagClassName
{
border-color: #DD412A;
}
</style>