Shades of Cinnabar #DD4825
Tints of Cinnabar #DD4825
RGB
CMYK
RGB Variations
Color information
#DD4825 (or 0xDD4825) is known color: Cinnabar. HEX triplet: DD, 48 and 25. RGB value is (221,72,37). Sum of RGB (Red+Green+Blue) = 221+72+37=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4825 is #22B7DA. Grayscale: #707070. Windows color (decimal): -2275291 or 2443485. OLE color: 2443485.
HSL color Cylindrical-coordinate representation of color #DD4825: hue angle of 11.41º 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 #DD4825 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 37 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.13 |
| HSL | 11.41º | 0.73% | 0.51% | - |
| HSV(B) | 11.41º | 0.83% | 0.87% | - |
| XYZ | 32.47 | 20.14 | 3.93 | - |
| YUV | 112.56 | 85.36 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 37 | 0 | 0.67 | 0.83 | 0.13 | 11.41 | 0.73 | 0.51 |
| Hex | DD | 48 | 25 | 0 | 43 | 53 | D | B | 49 | 33 |
| Octal | 335 | 110 | 45 | 0 | 103 | 123 | 15 | 13 | 111 | 63 |
| Binary | 11011101 | 1001000 | 100101 | 0 | 1000011 | 1010011 | 1101 | 1011 | 1001001 | 110011 |
Color Harmonies of #DD4825
Complementary color
Monochromatic Colors of #DD4825
Black with #DD4825
Text Example
Text Example
White with #DD4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4825; }
p { color: rgb(221,72,37); }
H1.HeaderClassName
{
color: #DD4825;
}
.AnyTagClassName
{
color: #DD4825;
}
</style>
background-color css
<style>
a { background-color: #DD4825; }
a { background-color: rgb(221,72,37); }
div.DivClassName
{
background-color: #DD4825;
}
.BgClassName
{
background-color: #DD4825;
}
</style>
border-color css
<style>
span { border-color: #DD4825; }
span { border-color: rgb(221,72,37); }
td.TdClassName
{
border-color: #DD4825;
}
.TagClassName
{
border-color: #DD4825;
}
</style>