Shades of Cinnabar #DD4525
Tints of Cinnabar #DD4525
RGB
CMYK
RGB Variations
Color information
#DD4525 (or 0xDD4525) is known color: Cinnabar. HEX triplet: DD, 45 and 25. RGB value is (221,69,37). Sum of RGB (Red+Green+Blue) = 221+69+37=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4525 is #22BADA. Grayscale: #6F6F6F. Windows color (decimal): -2276059 or 2442717. OLE color: 2442717.
HSL color Cylindrical-coordinate representation of color #DD4525: hue angle of 10.43º 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 #DD4525 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 37 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.13 |
| HSL | 10.43º | 0.73% | 0.51% | - |
| HSV(B) | 10.43º | 0.83% | 0.87% | - |
| XYZ | 32.28 | 19.76 | 3.86 | - |
| YUV | 110.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 37 | 0 | 0.69 | 0.83 | 0.13 | 10.43 | 0.73 | 0.51 |
| Hex | DD | 45 | 25 | 0 | 45 | 53 | D | A | 49 | 33 |
| Octal | 335 | 105 | 45 | 0 | 105 | 123 | 15 | 12 | 111 | 63 |
| Binary | 11011101 | 1000101 | 100101 | 0 | 1000101 | 1010011 | 1101 | 1010 | 1001001 | 110011 |
Color Harmonies of #DD4525
Complementary color
Monochromatic Colors of #DD4525
Black with #DD4525
Text Example
Text Example
White with #DD4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4525; }
p { color: rgb(221,69,37); }
H1.HeaderClassName
{
color: #DD4525;
}
.AnyTagClassName
{
color: #DD4525;
}
</style>
background-color css
<style>
a { background-color: #DD4525; }
a { background-color: rgb(221,69,37); }
div.DivClassName
{
background-color: #DD4525;
}
.BgClassName
{
background-color: #DD4525;
}
</style>
border-color css
<style>
span { border-color: #DD4525; }
span { border-color: rgb(221,69,37); }
td.TdClassName
{
border-color: #DD4525;
}
.TagClassName
{
border-color: #DD4525;
}
</style>