Shades of Cinnabar #DF3125
Tints of Cinnabar #DF3125
RGB
CMYK
RGB Variations
Color information
#DF3125 (or 0xDF3125) is known color: Cinnabar. HEX triplet: DF, 31 and 25. RGB value is (223,49,37). Sum of RGB (Red+Green+Blue) = 223+49+37=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3125 is #20CEDA. Grayscale: #636363. Windows color (decimal): -2150107 or 2437599. OLE color: 2437599.
HSL color Cylindrical-coordinate representation of color #DF3125: hue angle of 3.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 #DF3125 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 37 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.13 |
| HSL | 3.87º | 0.74% | 0.51% | - |
| HSV(B) | 3.87º | 0.83% | 0.87% | - |
| XYZ | 31.86 | 18.02 | 3.55 | - |
| YUV | 99.66 | 92.65 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 37 | 0 | 0.78 | 0.83 | 0.13 | 3.87 | 0.74 | 0.51 |
| Hex | DF | 31 | 25 | 0 | 4E | 53 | D | 4 | 4A | 33 |
| Octal | 337 | 61 | 45 | 0 | 116 | 123 | 15 | 4 | 112 | 63 |
| Binary | 11011111 | 110001 | 100101 | 0 | 1001110 | 1010011 | 1101 | 100 | 1001010 | 110011 |
Color Harmonies of #DF3125
Complementary color
Monochromatic Colors of #DF3125
Black with #DF3125
Text Example
Text Example
White with #DF3125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3125; }
p { color: rgb(223,49,37); }
H1.HeaderClassName
{
color: #DF3125;
}
.AnyTagClassName
{
color: #DF3125;
}
</style>
background-color css
<style>
a { background-color: #DF3125; }
a { background-color: rgb(223,49,37); }
div.DivClassName
{
background-color: #DF3125;
}
.BgClassName
{
background-color: #DF3125;
}
</style>
border-color css
<style>
span { border-color: #DF3125; }
span { border-color: rgb(223,49,37); }
td.TdClassName
{
border-color: #DF3125;
}
.TagClassName
{
border-color: #DF3125;
}
</style>