Shades of Cinnabar #DD3724
Tints of Cinnabar #DD3724
RGB
CMYK
RGB Variations
Color information
#DD3724 (or 0xDD3724) is known color: Cinnabar. HEX triplet: DD, 37 and 24. RGB value is (221,55,36). Sum of RGB (Red+Green+Blue) = 221+55+36=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3724 is #22C8DB. Grayscale: #666666. Windows color (decimal): -2279644 or 2373597. OLE color: 2373597.
HSL color Cylindrical-coordinate representation of color #DD3724: hue angle of 6.16º 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 #DD3724 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 36 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.13 |
| HSL | 6.16º | 0.73% | 0.5% | - |
| HSV(B) | 6.16º | 0.84% | 0.87% | - |
| XYZ | 31.5 | 18.23 | 3.53 | - |
| YUV | 102.47 | 90.5 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 36 | 0 | 0.75 | 0.84 | 0.13 | 6.16 | 0.73 | 0.5 |
| Hex | DD | 37 | 24 | 0 | 4B | 54 | D | 6 | 49 | 32 |
| Octal | 335 | 67 | 44 | 0 | 113 | 124 | 15 | 6 | 111 | 62 |
| Binary | 11011101 | 110111 | 100100 | 0 | 1001011 | 1010100 | 1101 | 110 | 1001001 | 110010 |
Color Harmonies of #DD3724
Complementary color
Monochromatic Colors of #DD3724
Black with #DD3724
Text Example
Text Example
White with #DD3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3724; }
p { color: rgb(221,55,36); }
H1.HeaderClassName
{
color: #DD3724;
}
.AnyTagClassName
{
color: #DD3724;
}
</style>
background-color css
<style>
a { background-color: #DD3724; }
a { background-color: rgb(221,55,36); }
div.DivClassName
{
background-color: #DD3724;
}
.BgClassName
{
background-color: #DD3724;
}
</style>
border-color css
<style>
span { border-color: #DD3724; }
span { border-color: rgb(221,55,36); }
td.TdClassName
{
border-color: #DD3724;
}
.TagClassName
{
border-color: #DD3724;
}
</style>