Shades of Cinnabar #DF4728
Tints of Cinnabar #DF4728
RGB
CMYK
RGB Variations
Color information
#DF4728 (or 0xDF4728) is known color: Cinnabar. HEX triplet: DF, 47 and 28. RGB value is (223,71,40). Sum of RGB (Red+Green+Blue) = 223+71+40=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4728 is #20B8D7. Grayscale: #717171. Windows color (decimal): -2144472 or 2639839. OLE color: 2639839.
HSL color Cylindrical-coordinate representation of color #DF4728: hue angle of 10.16º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF4728 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 40 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.13 |
| HSL | 10.16º | 0.74% | 0.52% | - |
| HSV(B) | 10.16º | 0.82% | 0.87% | - |
| XYZ | 33.07 | 20.35 | 4.19 | - |
| YUV | 112.91 | 86.86 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 40 | 0 | 0.68 | 0.82 | 0.13 | 10.16 | 0.74 | 0.52 |
| Hex | DF | 47 | 28 | 0 | 44 | 52 | D | A | 4A | 34 |
| Octal | 337 | 107 | 50 | 0 | 104 | 122 | 15 | 12 | 112 | 64 |
| Binary | 11011111 | 1000111 | 101000 | 0 | 1000100 | 1010010 | 1101 | 1010 | 1001010 | 110100 |
Color Harmonies of #DF4728
Complementary color
Monochromatic Colors of #DF4728
Black with #DF4728
Text Example
Text Example
White with #DF4728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4728; }
p { color: rgb(223,71,40); }
H1.HeaderClassName
{
color: #DF4728;
}
.AnyTagClassName
{
color: #DF4728;
}
</style>
background-color css
<style>
a { background-color: #DF4728; }
a { background-color: rgb(223,71,40); }
div.DivClassName
{
background-color: #DF4728;
}
.BgClassName
{
background-color: #DF4728;
}
</style>
border-color css
<style>
span { border-color: #DF4728; }
span { border-color: rgb(223,71,40); }
td.TdClassName
{
border-color: #DF4728;
}
.TagClassName
{
border-color: #DF4728;
}
</style>