Shades of Cinnabar #DD3529
Tints of Cinnabar #DD3529
RGB
CMYK
RGB Variations
Color information
#DD3529 (or 0xDD3529) is known color: Cinnabar. HEX triplet: DD, 35 and 29. RGB value is (221,53,41). Sum of RGB (Red+Green+Blue) = 221+53+41=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3529 is #22CAD6. Grayscale: #666666. Windows color (decimal): -2280151 or 2700765. OLE color: 2700765.
HSL color Cylindrical-coordinate representation of color #DD3529: hue angle of 4º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD3529 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 41 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.13 |
| HSL | 4º | 0.73% | 0.51% | - |
| HSV(B) | 4º | 0.81% | 0.87% | - |
| XYZ | 31.49 | 18.08 | 3.93 | - |
| YUV | 101.86 | 93.66 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 41 | 0 | 0.76 | 0.81 | 0.13 | 4 | 0.73 | 0.51 |
| Hex | DD | 35 | 29 | 0 | 4C | 51 | D | 4 | 49 | 33 |
| Octal | 335 | 65 | 51 | 0 | 114 | 121 | 15 | 4 | 111 | 63 |
| Binary | 11011101 | 110101 | 101001 | 0 | 1001100 | 1010001 | 1101 | 100 | 1001001 | 110011 |
Color Harmonies of #DD3529
Complementary color
Monochromatic Colors of #DD3529
Black with #DD3529
Text Example
Text Example
White with #DD3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3529; }
p { color: rgb(221,53,41); }
H1.HeaderClassName
{
color: #DD3529;
}
.AnyTagClassName
{
color: #DD3529;
}
</style>
background-color css
<style>
a { background-color: #DD3529; }
a { background-color: rgb(221,53,41); }
div.DivClassName
{
background-color: #DD3529;
}
.BgClassName
{
background-color: #DD3529;
}
</style>
border-color css
<style>
span { border-color: #DD3529; }
span { border-color: rgb(221,53,41); }
td.TdClassName
{
border-color: #DD3529;
}
.TagClassName
{
border-color: #DD3529;
}
</style>