Shades of Cinnabar #DD4625
Tints of Cinnabar #DD4625
RGB
CMYK
RGB Variations
Color information
#DD4625 (or 0xDD4625) is known color: Cinnabar. HEX triplet: DD, 46 and 25. RGB value is (221,70,37). Sum of RGB (Red+Green+Blue) = 221+70+37=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4625 is #22B9DA. Grayscale: #6F6F6F. Windows color (decimal): -2275803 or 2442973. OLE color: 2442973.
HSL color Cylindrical-coordinate representation of color #DD4625: hue angle of 10.76º 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 #DD4625 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 37 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.13 |
| HSL | 10.76º | 0.73% | 0.51% | - |
| HSV(B) | 10.76º | 0.83% | 0.87% | - |
| XYZ | 32.34 | 19.89 | 3.88 | - |
| YUV | 111.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 37 | 0 | 0.68 | 0.83 | 0.13 | 10.76 | 0.73 | 0.51 |
| Hex | DD | 46 | 25 | 0 | 44 | 53 | D | B | 49 | 33 |
| Octal | 335 | 106 | 45 | 0 | 104 | 123 | 15 | 13 | 111 | 63 |
| Binary | 11011101 | 1000110 | 100101 | 0 | 1000100 | 1010011 | 1101 | 1011 | 1001001 | 110011 |
Color Harmonies of #DD4625
Complementary color
Monochromatic Colors of #DD4625
Black with #DD4625
Text Example
Text Example
White with #DD4625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4625; }
p { color: rgb(221,70,37); }
H1.HeaderClassName
{
color: #DD4625;
}
.AnyTagClassName
{
color: #DD4625;
}
</style>
background-color css
<style>
a { background-color: #DD4625; }
a { background-color: rgb(221,70,37); }
div.DivClassName
{
background-color: #DD4625;
}
.BgClassName
{
background-color: #DD4625;
}
</style>
border-color css
<style>
span { border-color: #DD4625; }
span { border-color: rgb(221,70,37); }
td.TdClassName
{
border-color: #DD4625;
}
.TagClassName
{
border-color: #DD4625;
}
</style>