Shades of Cinnabar #DF3D34
Tints of Cinnabar #DF3D34
RGB
CMYK
RGB Variations
Color information
#DF3D34 (or 0xDF3D34) is known color: Cinnabar. HEX triplet: DF, 3D and 34. RGB value is (223,61,52). Sum of RGB (Red+Green+Blue) = 223+61+52=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D34 is #20C2CB. Grayscale: #6C6C6C. Windows color (decimal): -2147020 or 3423711. OLE color: 3423711.
HSL color Cylindrical-coordinate representation of color #DF3D34: hue angle of 3.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3D34 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 52 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.13 |
| HSL | 3.16º | 0.73% | 0.54% | - |
| HSV(B) | 3.16º | 0.77% | 0.87% | - |
| XYZ | 32.72 | 19.27 | 5.24 | - |
| YUV | 108.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 52 | 0 | 0.73 | 0.77 | 0.13 | 3.16 | 0.73 | 0.54 |
| Hex | DF | 3D | 34 | 0 | 49 | 4D | D | 3 | 49 | 36 |
| Octal | 337 | 75 | 64 | 0 | 111 | 115 | 15 | 3 | 111 | 66 |
| Binary | 11011111 | 111101 | 110100 | 0 | 1001001 | 1001101 | 1101 | 11 | 1001001 | 110110 |
Color Harmonies of #DF3D34
Complementary color
Monochromatic Colors of #DF3D34
Black with #DF3D34
Text Example
Text Example
White with #DF3D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D34; }
p { color: rgb(223,61,52); }
H1.HeaderClassName
{
color: #DF3D34;
}
.AnyTagClassName
{
color: #DF3D34;
}
</style>
background-color css
<style>
a { background-color: #DF3D34; }
a { background-color: rgb(223,61,52); }
div.DivClassName
{
background-color: #DF3D34;
}
.BgClassName
{
background-color: #DF3D34;
}
</style>
border-color css
<style>
span { border-color: #DF3D34; }
span { border-color: rgb(223,61,52); }
td.TdClassName
{
border-color: #DF3D34;
}
.TagClassName
{
border-color: #DF3D34;
}
</style>