Shades of Cinnabar #DF3A25
Tints of Cinnabar #DF3A25
RGB
CMYK
RGB Variations
Color information
#DF3A25 (or 0xDF3A25) is known color: Cinnabar. HEX triplet: DF, 3A and 25. RGB value is (223,58,37). Sum of RGB (Red+Green+Blue) = 223+58+37=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A25 is #20C5DA. Grayscale: #696969. Windows color (decimal): -2147803 or 2439903. OLE color: 2439903.
HSL color Cylindrical-coordinate representation of color #DF3A25: hue angle of 6.77º 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 #DF3A25 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 37 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.13 |
| HSL | 6.77º | 0.74% | 0.51% | - |
| HSV(B) | 6.77º | 0.83% | 0.87% | - |
| XYZ | 32.28 | 18.85 | 3.69 | - |
| YUV | 104.94 | 89.66 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 37 | 0 | 0.74 | 0.83 | 0.13 | 6.77 | 0.74 | 0.51 |
| Hex | DF | 3A | 25 | 0 | 4A | 53 | D | 7 | 4A | 33 |
| Octal | 337 | 72 | 45 | 0 | 112 | 123 | 15 | 7 | 112 | 63 |
| Binary | 11011111 | 111010 | 100101 | 0 | 1001010 | 1010011 | 1101 | 111 | 1001010 | 110011 |
Color Harmonies of #DF3A25
Complementary color
Monochromatic Colors of #DF3A25
Black with #DF3A25
Text Example
Text Example
White with #DF3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A25; }
p { color: rgb(223,58,37); }
H1.HeaderClassName
{
color: #DF3A25;
}
.AnyTagClassName
{
color: #DF3A25;
}
</style>
background-color css
<style>
a { background-color: #DF3A25; }
a { background-color: rgb(223,58,37); }
div.DivClassName
{
background-color: #DF3A25;
}
.BgClassName
{
background-color: #DF3A25;
}
</style>
border-color css
<style>
span { border-color: #DF3A25; }
span { border-color: rgb(223,58,37); }
td.TdClassName
{
border-color: #DF3A25;
}
.TagClassName
{
border-color: #DF3A25;
}
</style>