Shades of Cinnabar #DD3325
Tints of Cinnabar #DD3325
RGB
CMYK
RGB Variations
Color information
#DD3325 (or 0xDD3325) is known color: Cinnabar. HEX triplet: DD, 33 and 25. RGB value is (221,51,37). Sum of RGB (Red+Green+Blue) = 221+51+37=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3325 is #22CCDA. Grayscale: #646464. Windows color (decimal): -2280667 or 2438109. OLE color: 2438109.
HSL color Cylindrical-coordinate representation of color #DD3325: hue angle of 4.57º 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 #DD3325 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 37 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.13 |
| HSL | 4.57º | 0.73% | 0.51% | - |
| HSV(B) | 4.57º | 0.83% | 0.87% | - |
| XYZ | 31.34 | 17.87 | 3.55 | - |
| YUV | 100.23 | 92.32 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 37 | 0 | 0.77 | 0.83 | 0.13 | 4.57 | 0.73 | 0.51 |
| Hex | DD | 33 | 25 | 0 | 4D | 53 | D | 5 | 49 | 33 |
| Octal | 335 | 63 | 45 | 0 | 115 | 123 | 15 | 5 | 111 | 63 |
| Binary | 11011101 | 110011 | 100101 | 0 | 1001101 | 1010011 | 1101 | 101 | 1001001 | 110011 |
Color Harmonies of #DD3325
Complementary color
Monochromatic Colors of #DD3325
Black with #DD3325
Text Example
Text Example
White with #DD3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3325; }
p { color: rgb(221,51,37); }
H1.HeaderClassName
{
color: #DD3325;
}
.AnyTagClassName
{
color: #DD3325;
}
</style>
background-color css
<style>
a { background-color: #DD3325; }
a { background-color: rgb(221,51,37); }
div.DivClassName
{
background-color: #DD3325;
}
.BgClassName
{
background-color: #DD3325;
}
</style>
border-color css
<style>
span { border-color: #DD3325; }
span { border-color: rgb(221,51,37); }
td.TdClassName
{
border-color: #DD3325;
}
.TagClassName
{
border-color: #DD3325;
}
</style>