Shades of Cinnabar #DD3526
Tints of Cinnabar #DD3526
RGB
CMYK
RGB Variations
Color information
#DD3526 (or 0xDD3526) is known color: Cinnabar. HEX triplet: DD, 35 and 26. RGB value is (221,53,38). Sum of RGB (Red+Green+Blue) = 221+53+38=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3526 is #22CAD9. Grayscale: #656565. Windows color (decimal): -2280154 or 2504157. OLE color: 2504157.
HSL color Cylindrical-coordinate representation of color #DD3526: hue angle of 4.92º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD3526 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 38 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.13 |
| HSL | 4.92º | 0.73% | 0.51% | - |
| HSV(B) | 4.92º | 0.83% | 0.87% | - |
| XYZ | 31.44 | 18.06 | 3.66 | - |
| YUV | 101.52 | 92.16 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 38 | 0 | 0.76 | 0.83 | 0.13 | 4.92 | 0.73 | 0.51 |
| Hex | DD | 35 | 26 | 0 | 4C | 53 | D | 5 | 49 | 33 |
| Octal | 335 | 65 | 46 | 0 | 114 | 123 | 15 | 5 | 111 | 63 |
| Binary | 11011101 | 110101 | 100110 | 0 | 1001100 | 1010011 | 1101 | 101 | 1001001 | 110011 |
Color Harmonies of #DD3526
Complementary color
Monochromatic Colors of #DD3526
Black with #DD3526
Text Example
Text Example
White with #DD3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3526; }
p { color: rgb(221,53,38); }
H1.HeaderClassName
{
color: #DD3526;
}
.AnyTagClassName
{
color: #DD3526;
}
</style>
background-color css
<style>
a { background-color: #DD3526; }
a { background-color: rgb(221,53,38); }
div.DivClassName
{
background-color: #DD3526;
}
.BgClassName
{
background-color: #DD3526;
}
</style>
border-color css
<style>
span { border-color: #DD3526; }
span { border-color: rgb(221,53,38); }
td.TdClassName
{
border-color: #DD3526;
}
.TagClassName
{
border-color: #DD3526;
}
</style>