Shades of Cinnabar #DD3A24
Tints of Cinnabar #DD3A24
RGB
CMYK
RGB Variations
Color information
#DD3A24 (or 0xDD3A24) is known color: Cinnabar. HEX triplet: DD, 3A and 24. RGB value is (221,58,36). Sum of RGB (Red+Green+Blue) = 221+58+36=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A24 is #22C5DB. Grayscale: #686868. Windows color (decimal): -2278876 or 2374365. OLE color: 2374365.
HSL color Cylindrical-coordinate representation of color #DD3A24: hue angle of 7.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD3A24 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 36 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.13 |
| HSL | 7.14º | 0.73% | 0.5% | - |
| HSV(B) | 7.14º | 0.84% | 0.87% | - |
| XYZ | 31.65 | 18.53 | 3.58 | - |
| YUV | 104.23 | 89.5 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 36 | 0 | 0.74 | 0.84 | 0.13 | 7.14 | 0.73 | 0.5 |
| Hex | DD | 3A | 24 | 0 | 4A | 54 | D | 7 | 49 | 32 |
| Octal | 335 | 72 | 44 | 0 | 112 | 124 | 15 | 7 | 111 | 62 |
| Binary | 11011101 | 111010 | 100100 | 0 | 1001010 | 1010100 | 1101 | 111 | 1001001 | 110010 |
Color Harmonies of #DD3A24
Complementary color
Monochromatic Colors of #DD3A24
Black with #DD3A24
Text Example
Text Example
White with #DD3A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A24; }
p { color: rgb(221,58,36); }
H1.HeaderClassName
{
color: #DD3A24;
}
.AnyTagClassName
{
color: #DD3A24;
}
</style>
background-color css
<style>
a { background-color: #DD3A24; }
a { background-color: rgb(221,58,36); }
div.DivClassName
{
background-color: #DD3A24;
}
.BgClassName
{
background-color: #DD3A24;
}
</style>
border-color css
<style>
span { border-color: #DD3A24; }
span { border-color: rgb(221,58,36); }
td.TdClassName
{
border-color: #DD3A24;
}
.TagClassName
{
border-color: #DD3A24;
}
</style>