Shades of Cinnabar #DF3D39
Tints of Cinnabar #DF3D39
RGB
CMYK
RGB Variations
Color information
#DF3D39 (or 0xDF3D39) is known color: Cinnabar. HEX triplet: DF, 3D and 39. RGB value is (223,61,57). Sum of RGB (Red+Green+Blue) = 223+61+57=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D39 is #20C2C6. Grayscale: #6D6D6D. Windows color (decimal): -2147015 or 3751391. OLE color: 3751391.
HSL color Cylindrical-coordinate representation of color #DF3D39: hue angle of 1.45º 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 #DF3D39 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 57 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.13 |
| HSL | 1.45º | 0.72% | 0.55% | - |
| HSV(B) | 1.45º | 0.74% | 0.87% | - |
| XYZ | 32.84 | 19.32 | 5.87 | - |
| YUV | 108.98 | 98.67 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 57 | 0 | 0.73 | 0.74 | 0.13 | 1.45 | 0.72 | 0.55 |
| Hex | DF | 3D | 39 | 0 | 49 | 4A | D | 1 | 48 | 37 |
| Octal | 337 | 75 | 71 | 0 | 111 | 112 | 15 | 1 | 110 | 67 |
| Binary | 11011111 | 111101 | 111001 | 0 | 1001001 | 1001010 | 1101 | 1 | 1001000 | 110111 |
Color Harmonies of #DF3D39
Complementary color
Monochromatic Colors of #DF3D39
Black with #DF3D39
Text Example
Text Example
White with #DF3D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D39; }
p { color: rgb(223,61,57); }
H1.HeaderClassName
{
color: #DF3D39;
}
.AnyTagClassName
{
color: #DF3D39;
}
</style>
background-color css
<style>
a { background-color: #DF3D39; }
a { background-color: rgb(223,61,57); }
div.DivClassName
{
background-color: #DF3D39;
}
.BgClassName
{
background-color: #DF3D39;
}
</style>
border-color css
<style>
span { border-color: #DF3D39; }
span { border-color: rgb(223,61,57); }
td.TdClassName
{
border-color: #DF3D39;
}
.TagClassName
{
border-color: #DF3D39;
}
</style>