Shades of Cinnabar #DF3E39
Tints of Cinnabar #DF3E39
RGB
CMYK
RGB Variations
Color information
#DF3E39 (or 0xDF3E39) is known color: Cinnabar. HEX triplet: DF, 3E and 39. RGB value is (223,62,57). Sum of RGB (Red+Green+Blue) = 223+62+57=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E39 is #20C1C6. Grayscale: #6D6D6D. Windows color (decimal): -2146759 or 3751647. OLE color: 3751647.
HSL color Cylindrical-coordinate representation of color #DF3E39: hue angle of 1.81º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3E39 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 57 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.13 |
| HSL | 1.81º | 0.72% | 0.55% | - |
| HSV(B) | 1.81º | 0.74% | 0.87% | - |
| XYZ | 32.89 | 19.43 | 5.89 | - |
| YUV | 109.57 | 98.34 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 57 | 0 | 0.72 | 0.74 | 0.13 | 1.81 | 0.72 | 0.55 |
| Hex | DF | 3E | 39 | 0 | 48 | 4A | D | 2 | 48 | 37 |
| Octal | 337 | 76 | 71 | 0 | 110 | 112 | 15 | 2 | 110 | 67 |
| Binary | 11011111 | 111110 | 111001 | 0 | 1001000 | 1001010 | 1101 | 10 | 1001000 | 110111 |
Color Harmonies of #DF3E39
Complementary color
Monochromatic Colors of #DF3E39
Black with #DF3E39
Text Example
Text Example
White with #DF3E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E39; }
p { color: rgb(223,62,57); }
H1.HeaderClassName
{
color: #DF3E39;
}
.AnyTagClassName
{
color: #DF3E39;
}
</style>
background-color css
<style>
a { background-color: #DF3E39; }
a { background-color: rgb(223,62,57); }
div.DivClassName
{
background-color: #DF3E39;
}
.BgClassName
{
background-color: #DF3E39;
}
</style>
border-color css
<style>
span { border-color: #DF3E39; }
span { border-color: rgb(223,62,57); }
td.TdClassName
{
border-color: #DF3E39;
}
.TagClassName
{
border-color: #DF3E39;
}
</style>