Shades of Cinnabar #DF5025
Tints of Cinnabar #DF5025
RGB
CMYK
RGB Variations
Color information
#DF5025 (or 0xDF5025) is known color: Cinnabar. HEX triplet: DF, 50 and 25. RGB value is (223,80,37). Sum of RGB (Red+Green+Blue) = 223+80+37=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5025 is #20AFDA. Grayscale: #767676. Windows color (decimal): -2142171 or 2445535. OLE color: 2445535.
HSL color Cylindrical-coordinate representation of color #DF5025: hue angle of 13.87º 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 #DF5025 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 37 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.13 |
| HSL | 13.87º | 0.74% | 0.51% | - |
| HSV(B) | 13.87º | 0.83% | 0.87% | - |
| XYZ | 33.63 | 21.56 | 4.14 | - |
| YUV | 117.86 | 82.38 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 37 | 0 | 0.64 | 0.83 | 0.13 | 13.87 | 0.74 | 0.51 |
| Hex | DF | 50 | 25 | 0 | 40 | 53 | D | E | 4A | 33 |
| Octal | 337 | 120 | 45 | 0 | 100 | 123 | 15 | 16 | 112 | 63 |
| Binary | 11011111 | 1010000 | 100101 | 0 | 1000000 | 1010011 | 1101 | 1110 | 1001010 | 110011 |
Color Harmonies of #DF5025
Complementary color
Monochromatic Colors of #DF5025
Black with #DF5025
Text Example
Text Example
White with #DF5025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5025; }
p { color: rgb(223,80,37); }
H1.HeaderClassName
{
color: #DF5025;
}
.AnyTagClassName
{
color: #DF5025;
}
</style>
background-color css
<style>
a { background-color: #DF5025; }
a { background-color: rgb(223,80,37); }
div.DivClassName
{
background-color: #DF5025;
}
.BgClassName
{
background-color: #DF5025;
}
</style>
border-color css
<style>
span { border-color: #DF5025; }
span { border-color: rgb(223,80,37); }
td.TdClassName
{
border-color: #DF5025;
}
.TagClassName
{
border-color: #DF5025;
}
</style>