Shades of Cinnabar #DF4025
Tints of Cinnabar #DF4025
RGB
CMYK
RGB Variations
Color information
#DF4025 (or 0xDF4025) is known color: Cinnabar. HEX triplet: DF, 40 and 25. RGB value is (223,64,37). Sum of RGB (Red+Green+Blue) = 223+64+37=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4025 is #20BFDA. Grayscale: #6C6C6C. Windows color (decimal): -2146267 or 2441439. OLE color: 2441439.
HSL color Cylindrical-coordinate representation of color #DF4025: hue angle of 8.71º 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 #DF4025 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 37 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.13 |
| HSL | 8.71º | 0.74% | 0.51% | - |
| HSV(B) | 8.71º | 0.83% | 0.87% | - |
| XYZ | 32.6 | 19.49 | 3.79 | - |
| YUV | 108.46 | 87.68 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 37 | 0 | 0.71 | 0.83 | 0.13 | 8.71 | 0.74 | 0.51 |
| Hex | DF | 40 | 25 | 0 | 47 | 53 | D | 9 | 4A | 33 |
| Octal | 337 | 100 | 45 | 0 | 107 | 123 | 15 | 11 | 112 | 63 |
| Binary | 11011111 | 1000000 | 100101 | 0 | 1000111 | 1010011 | 1101 | 1001 | 1001010 | 110011 |
Color Harmonies of #DF4025
Complementary color
Monochromatic Colors of #DF4025
Black with #DF4025
Text Example
Text Example
White with #DF4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4025; }
p { color: rgb(223,64,37); }
H1.HeaderClassName
{
color: #DF4025;
}
.AnyTagClassName
{
color: #DF4025;
}
</style>
background-color css
<style>
a { background-color: #DF4025; }
a { background-color: rgb(223,64,37); }
div.DivClassName
{
background-color: #DF4025;
}
.BgClassName
{
background-color: #DF4025;
}
</style>
border-color css
<style>
span { border-color: #DF4025; }
span { border-color: rgb(223,64,37); }
td.TdClassName
{
border-color: #DF4025;
}
.TagClassName
{
border-color: #DF4025;
}
</style>