Shades of Cinnabar #DD3E24
Tints of Cinnabar #DD3E24
RGB
CMYK
RGB Variations
Color information
#DD3E24 (or 0xDD3E24) is known color: Cinnabar. HEX triplet: DD, 3E and 24. RGB value is (221,62,36). Sum of RGB (Red+Green+Blue) = 221+62+36=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E24 is #22C1DB. Grayscale: #6A6A6A. Windows color (decimal): -2277852 or 2375389. OLE color: 2375389.
HSL color Cylindrical-coordinate representation of color #DD3E24: hue angle of 8.43º 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 #DD3E24 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 36 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.13 |
| HSL | 8.43º | 0.73% | 0.5% | - |
| HSV(B) | 8.43º | 0.84% | 0.87% | - |
| XYZ | 31.86 | 18.94 | 3.65 | - |
| YUV | 106.58 | 88.18 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 36 | 0 | 0.72 | 0.84 | 0.13 | 8.43 | 0.73 | 0.5 |
| Hex | DD | 3E | 24 | 0 | 48 | 54 | D | 8 | 49 | 32 |
| Octal | 335 | 76 | 44 | 0 | 110 | 124 | 15 | 10 | 111 | 62 |
| Binary | 11011101 | 111110 | 100100 | 0 | 1001000 | 1010100 | 1101 | 1000 | 1001001 | 110010 |
Color Harmonies of #DD3E24
Complementary color
Monochromatic Colors of #DD3E24
Black with #DD3E24
Text Example
Text Example
White with #DD3E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E24; }
p { color: rgb(221,62,36); }
H1.HeaderClassName
{
color: #DD3E24;
}
.AnyTagClassName
{
color: #DD3E24;
}
</style>
background-color css
<style>
a { background-color: #DD3E24; }
a { background-color: rgb(221,62,36); }
div.DivClassName
{
background-color: #DD3E24;
}
.BgClassName
{
background-color: #DD3E24;
}
</style>
border-color css
<style>
span { border-color: #DD3E24; }
span { border-color: rgb(221,62,36); }
td.TdClassName
{
border-color: #DD3E24;
}
.TagClassName
{
border-color: #DD3E24;
}
</style>