Shades of Cinnabar #DF4437
Tints of Cinnabar #DF4437
RGB
CMYK
RGB Variations
Color information
#DF4437 (or 0xDF4437) is known color: Cinnabar. HEX triplet: DF, 44 and 37. RGB value is (223,68,55). Sum of RGB (Red+Green+Blue) = 223+68+55=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4437 is #20BBC8. Grayscale: #717171. Windows color (decimal): -2145225 or 3622111. OLE color: 3622111.
HSL color Cylindrical-coordinate representation of color #DF4437: hue angle of 4.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF4437 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 55 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.13 |
| HSL | 4.64º | 0.72% | 0.55% | - |
| HSV(B) | 4.64º | 0.75% | 0.87% | - |
| XYZ | 33.19 | 20.1 | 5.74 | - |
| YUV | 112.86 | 95.35 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 55 | 0 | 0.70 | 0.75 | 0.13 | 4.64 | 0.72 | 0.55 |
| Hex | DF | 44 | 37 | 0 | 46 | 4B | D | 5 | 48 | 37 |
| Octal | 337 | 104 | 67 | 0 | 106 | 113 | 15 | 5 | 110 | 67 |
| Binary | 11011111 | 1000100 | 110111 | 0 | 1000110 | 1001011 | 1101 | 101 | 1001000 | 110111 |
Color Harmonies of #DF4437
Complementary color
Monochromatic Colors of #DF4437
Black with #DF4437
Text Example
Text Example
White with #DF4437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4437; }
p { color: rgb(223,68,55); }
H1.HeaderClassName
{
color: #DF4437;
}
.AnyTagClassName
{
color: #DF4437;
}
</style>
background-color css
<style>
a { background-color: #DF4437; }
a { background-color: rgb(223,68,55); }
div.DivClassName
{
background-color: #DF4437;
}
.BgClassName
{
background-color: #DF4437;
}
</style>
border-color css
<style>
span { border-color: #DF4437; }
span { border-color: rgb(223,68,55); }
td.TdClassName
{
border-color: #DF4437;
}
.TagClassName
{
border-color: #DF4437;
}
</style>