Shades of Cinnabar #DD3524
Tints of Cinnabar #DD3524
RGB
CMYK
RGB Variations
Color information
#DD3524 (or 0xDD3524) is known color: Cinnabar. HEX triplet: DD, 35 and 24. RGB value is (221,53,36). Sum of RGB (Red+Green+Blue) = 221+53+36=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3524 is #22CADB. Grayscale: #656565. Windows color (decimal): -2280156 or 2373085. OLE color: 2373085.
HSL color Cylindrical-coordinate representation of color #DD3524: hue angle of 5.51º 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 #DD3524 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 36 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.13 |
| HSL | 5.51º | 0.73% | 0.5% | - |
| HSV(B) | 5.51º | 0.84% | 0.87% | - |
| XYZ | 31.41 | 18.05 | 3.5 | - |
| YUV | 101.29 | 91.16 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 36 | 0 | 0.76 | 0.84 | 0.13 | 5.51 | 0.73 | 0.5 |
| Hex | DD | 35 | 24 | 0 | 4C | 54 | D | 6 | 49 | 32 |
| Octal | 335 | 65 | 44 | 0 | 114 | 124 | 15 | 6 | 111 | 62 |
| Binary | 11011101 | 110101 | 100100 | 0 | 1001100 | 1010100 | 1101 | 110 | 1001001 | 110010 |
Color Harmonies of #DD3524
Complementary color
Monochromatic Colors of #DD3524
Black with #DD3524
Text Example
Text Example
White with #DD3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3524; }
p { color: rgb(221,53,36); }
H1.HeaderClassName
{
color: #DD3524;
}
.AnyTagClassName
{
color: #DD3524;
}
</style>
background-color css
<style>
a { background-color: #DD3524; }
a { background-color: rgb(221,53,36); }
div.DivClassName
{
background-color: #DD3524;
}
.BgClassName
{
background-color: #DD3524;
}
</style>
border-color css
<style>
span { border-color: #DD3524; }
span { border-color: rgb(221,53,36); }
td.TdClassName
{
border-color: #DD3524;
}
.TagClassName
{
border-color: #DD3524;
}
</style>