Shades of Cinnabar #DF4725
Tints of Cinnabar #DF4725
RGB
CMYK
RGB Variations
Color information
#DF4725 (or 0xDF4725) is known color: Cinnabar. HEX triplet: DF, 47 and 25. RGB value is (223,71,37). Sum of RGB (Red+Green+Blue) = 223+71+37=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4725 is #20B8DA. Grayscale: #707070. Windows color (decimal): -2144475 or 2443231. OLE color: 2443231.
HSL color Cylindrical-coordinate representation of color #DF4725: hue angle of 10.97º degrees, saturation: 0.74, 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 #DF4725 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 37 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.13 |
| HSL | 10.97º | 0.74% | 0.51% | - |
| HSV(B) | 10.97º | 0.83% | 0.87% | - |
| XYZ | 33.02 | 20.33 | 3.93 | - |
| YUV | 112.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 37 | 0 | 0.68 | 0.83 | 0.13 | 10.97 | 0.74 | 0.51 |
| Hex | DF | 47 | 25 | 0 | 44 | 53 | D | B | 4A | 33 |
| Octal | 337 | 107 | 45 | 0 | 104 | 123 | 15 | 13 | 112 | 63 |
| Binary | 11011111 | 1000111 | 100101 | 0 | 1000100 | 1010011 | 1101 | 1011 | 1001010 | 110011 |
Color Harmonies of #DF4725
Complementary color
Monochromatic Colors of #DF4725
Black with #DF4725
Text Example
Text Example
White with #DF4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4725; }
p { color: rgb(223,71,37); }
H1.HeaderClassName
{
color: #DF4725;
}
.AnyTagClassName
{
color: #DF4725;
}
</style>
background-color css
<style>
a { background-color: #DF4725; }
a { background-color: rgb(223,71,37); }
div.DivClassName
{
background-color: #DF4725;
}
.BgClassName
{
background-color: #DF4725;
}
</style>
border-color css
<style>
span { border-color: #DF4725; }
span { border-color: rgb(223,71,37); }
td.TdClassName
{
border-color: #DF4725;
}
.TagClassName
{
border-color: #DF4725;
}
</style>