Shades of Cinnabar #DD4227
Tints of Cinnabar #DD4227
RGB
CMYK
RGB Variations
Color information
#DD4227 (or 0xDD4227) is known color: Cinnabar. HEX triplet: DD, 42 and 27. RGB value is (221,66,39). Sum of RGB (Red+Green+Blue) = 221+66+39=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4227 is #22BDD8. Grayscale: #6D6D6D. Windows color (decimal): -2276825 or 2573021. OLE color: 2573021.
HSL color Cylindrical-coordinate representation of color #DD4227: hue angle of 8.9º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD4227 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 39 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.13 |
| HSL | 8.9º | 0.73% | 0.51% | - |
| HSV(B) | 8.9º | 0.82% | 0.87% | - |
| XYZ | 32.13 | 19.42 | 3.97 | - |
| YUV | 109.27 | 88.35 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 39 | 0 | 0.70 | 0.82 | 0.13 | 8.9 | 0.73 | 0.51 |
| Hex | DD | 42 | 27 | 0 | 46 | 52 | D | 9 | 49 | 33 |
| Octal | 335 | 102 | 47 | 0 | 106 | 122 | 15 | 11 | 111 | 63 |
| Binary | 11011101 | 1000010 | 100111 | 0 | 1000110 | 1010010 | 1101 | 1001 | 1001001 | 110011 |
Color Harmonies of #DD4227
Complementary color
Monochromatic Colors of #DD4227
Black with #DD4227
Text Example
Text Example
White with #DD4227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4227; }
p { color: rgb(221,66,39); }
H1.HeaderClassName
{
color: #DD4227;
}
.AnyTagClassName
{
color: #DD4227;
}
</style>
background-color css
<style>
a { background-color: #DD4227; }
a { background-color: rgb(221,66,39); }
div.DivClassName
{
background-color: #DD4227;
}
.BgClassName
{
background-color: #DD4227;
}
</style>
border-color css
<style>
span { border-color: #DD4227; }
span { border-color: rgb(221,66,39); }
td.TdClassName
{
border-color: #DD4227;
}
.TagClassName
{
border-color: #DD4227;
}
</style>