Shades of Cinnabar #DF342C
Tints of Cinnabar #DF342C
RGB
CMYK
RGB Variations
Color information
#DF342C (or 0xDF342C) is known color: Cinnabar. HEX triplet: DF, 34 and 2C. RGB value is (223,52,44). Sum of RGB (Red+Green+Blue) = 223+52+44=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF342C is #20CBD3. Grayscale: #666666. Windows color (decimal): -2149332 or 2897119. OLE color: 2897119.
HSL color Cylindrical-coordinate representation of color #DF342C: hue angle of 2.68º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF342C is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 44 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.13 |
| HSL | 2.68º | 0.74% | 0.52% | - |
| HSV(B) | 2.68º | 0.8% | 0.87% | - |
| XYZ | 32.11 | 18.33 | 4.23 | - |
| YUV | 102.22 | 95.15 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 44 | 0 | 0.77 | 0.80 | 0.13 | 2.68 | 0.74 | 0.52 |
| Hex | DF | 34 | 2C | 0 | 4D | 50 | D | 3 | 4A | 34 |
| Octal | 337 | 64 | 54 | 0 | 115 | 120 | 15 | 3 | 112 | 64 |
| Binary | 11011111 | 110100 | 101100 | 0 | 1001101 | 1010000 | 1101 | 11 | 1001010 | 110100 |
Color Harmonies of #DF342C
Complementary color
Monochromatic Colors of #DF342C
Black with #DF342C
Text Example
Text Example
White with #DF342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF342C; }
p { color: rgb(223,52,44); }
H1.HeaderClassName
{
color: #DF342C;
}
.AnyTagClassName
{
color: #DF342C;
}
</style>
background-color css
<style>
a { background-color: #DF342C; }
a { background-color: rgb(223,52,44); }
div.DivClassName
{
background-color: #DF342C;
}
.BgClassName
{
background-color: #DF342C;
}
</style>
border-color css
<style>
span { border-color: #DF342C; }
span { border-color: rgb(223,52,44); }
td.TdClassName
{
border-color: #DF342C;
}
.TagClassName
{
border-color: #DF342C;
}
</style>