Shades of Cinnabar #DF4125
Tints of Cinnabar #DF4125
RGB
CMYK
RGB Variations
Color information
#DF4125 (or 0xDF4125) is known color: Cinnabar. HEX triplet: DF, 41 and 25. RGB value is (223,65,37). Sum of RGB (Red+Green+Blue) = 223+65+37=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4125 is #20BEDA. Grayscale: #6D6D6D. Windows color (decimal): -2146011 or 2441695. OLE color: 2441695.
HSL color Cylindrical-coordinate representation of color #DF4125: hue angle of 9.03º 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 #DF4125 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 37 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.13 |
| HSL | 9.03º | 0.74% | 0.51% | - |
| HSV(B) | 9.03º | 0.83% | 0.87% | - |
| XYZ | 32.66 | 19.6 | 3.81 | - |
| YUV | 109.05 | 87.35 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 37 | 0 | 0.71 | 0.83 | 0.13 | 9.03 | 0.74 | 0.51 |
| Hex | DF | 41 | 25 | 0 | 47 | 53 | D | 9 | 4A | 33 |
| Octal | 337 | 101 | 45 | 0 | 107 | 123 | 15 | 11 | 112 | 63 |
| Binary | 11011111 | 1000001 | 100101 | 0 | 1000111 | 1010011 | 1101 | 1001 | 1001010 | 110011 |
Color Harmonies of #DF4125
Complementary color
Monochromatic Colors of #DF4125
Black with #DF4125
Text Example
Text Example
White with #DF4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4125; }
p { color: rgb(223,65,37); }
H1.HeaderClassName
{
color: #DF4125;
}
.AnyTagClassName
{
color: #DF4125;
}
</style>
background-color css
<style>
a { background-color: #DF4125; }
a { background-color: rgb(223,65,37); }
div.DivClassName
{
background-color: #DF4125;
}
.BgClassName
{
background-color: #DF4125;
}
</style>
border-color css
<style>
span { border-color: #DF4125; }
span { border-color: rgb(223,65,37); }
td.TdClassName
{
border-color: #DF4125;
}
.TagClassName
{
border-color: #DF4125;
}
</style>