Shades of Cinnabar #DD4425
Tints of Cinnabar #DD4425
RGB
CMYK
RGB Variations
Color information
#DD4425 (or 0xDD4425) is known color: Cinnabar. HEX triplet: DD, 44 and 25. RGB value is (221,68,37). Sum of RGB (Red+Green+Blue) = 221+68+37=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4425 is #22BBDA. Grayscale: #6E6E6E. Windows color (decimal): -2276315 or 2442461. OLE color: 2442461.
HSL color Cylindrical-coordinate representation of color #DD4425: hue angle of 10.11º 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 #DD4425 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 37 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.13 |
| HSL | 10.11º | 0.73% | 0.51% | - |
| HSV(B) | 10.11º | 0.83% | 0.87% | - |
| XYZ | 32.22 | 19.64 | 3.84 | - |
| YUV | 110.21 | 86.69 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 37 | 0 | 0.69 | 0.83 | 0.13 | 10.11 | 0.73 | 0.51 |
| Hex | DD | 44 | 25 | 0 | 45 | 53 | D | A | 49 | 33 |
| Octal | 335 | 104 | 45 | 0 | 105 | 123 | 15 | 12 | 111 | 63 |
| Binary | 11011101 | 1000100 | 100101 | 0 | 1000101 | 1010011 | 1101 | 1010 | 1001001 | 110011 |
Color Harmonies of #DD4425
Complementary color
Monochromatic Colors of #DD4425
Black with #DD4425
Text Example
Text Example
White with #DD4425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4425; }
p { color: rgb(221,68,37); }
H1.HeaderClassName
{
color: #DD4425;
}
.AnyTagClassName
{
color: #DD4425;
}
</style>
background-color css
<style>
a { background-color: #DD4425; }
a { background-color: rgb(221,68,37); }
div.DivClassName
{
background-color: #DD4425;
}
.BgClassName
{
background-color: #DD4425;
}
</style>
border-color css
<style>
span { border-color: #DD4425; }
span { border-color: rgb(221,68,37); }
td.TdClassName
{
border-color: #DD4425;
}
.TagClassName
{
border-color: #DD4425;
}
</style>