Shades of Cinnabar #DD4237
Tints of Cinnabar #DD4237
RGB
CMYK
RGB Variations
Color information
#DD4237 (or 0xDD4237) is known color: Cinnabar. HEX triplet: DD, 42 and 37. RGB value is (221,66,55). Sum of RGB (Red+Green+Blue) = 221+66+55=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4237 is #22BDC8. Grayscale: #6F6F6F. Windows color (decimal): -2276809 or 3621597. OLE color: 3621597.
HSL color Cylindrical-coordinate representation of color #DD4237: hue angle of 3.98º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD4237 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 55 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.13 |
| HSL | 3.98º | 0.71% | 0.54% | - |
| HSV(B) | 3.98º | 0.75% | 0.87% | - |
| XYZ | 32.46 | 19.54 | 5.68 | - |
| YUV | 111.09 | 96.35 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 55 | 0 | 0.70 | 0.75 | 0.13 | 3.98 | 0.71 | 0.54 |
| Hex | DD | 42 | 37 | 0 | 46 | 4B | D | 4 | 47 | 36 |
| Octal | 335 | 102 | 67 | 0 | 106 | 113 | 15 | 4 | 107 | 66 |
| Binary | 11011101 | 1000010 | 110111 | 0 | 1000110 | 1001011 | 1101 | 100 | 1000111 | 110110 |
Color Harmonies of #DD4237
Complementary color
Monochromatic Colors of #DD4237
Black with #DD4237
Text Example
Text Example
White with #DD4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4237; }
p { color: rgb(221,66,55); }
H1.HeaderClassName
{
color: #DD4237;
}
.AnyTagClassName
{
color: #DD4237;
}
</style>
background-color css
<style>
a { background-color: #DD4237; }
a { background-color: rgb(221,66,55); }
div.DivClassName
{
background-color: #DD4237;
}
.BgClassName
{
background-color: #DD4237;
}
</style>
border-color css
<style>
span { border-color: #DD4237; }
span { border-color: rgb(221,66,55); }
td.TdClassName
{
border-color: #DD4237;
}
.TagClassName
{
border-color: #DD4237;
}
</style>