Shades of Cinnabar #DF342E
Tints of Cinnabar #DF342E
RGB
CMYK
RGB Variations
Color information
#DF342E (or 0xDF342E) is known color: Cinnabar. HEX triplet: DF, 34 and 2E. RGB value is (223,52,46). Sum of RGB (Red+Green+Blue) = 223+52+46=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF342E is #20CBD1. Grayscale: #666666. Windows color (decimal): -2149330 or 3028191. OLE color: 3028191.
HSL color Cylindrical-coordinate representation of color #DF342E: hue angle of 2.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF342E is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 46 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.13 |
| HSL | 2.03º | 0.73% | 0.53% | - |
| HSV(B) | 2.03º | 0.79% | 0.87% | - |
| XYZ | 32.15 | 18.34 | 4.43 | - |
| YUV | 102.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 46 | 0 | 0.77 | 0.79 | 0.13 | 2.03 | 0.73 | 0.53 |
| Hex | DF | 34 | 2E | 0 | 4D | 4F | D | 2 | 49 | 35 |
| Octal | 337 | 64 | 56 | 0 | 115 | 117 | 15 | 2 | 111 | 65 |
| Binary | 11011111 | 110100 | 101110 | 0 | 1001101 | 1001111 | 1101 | 10 | 1001001 | 110101 |
Color Harmonies of #DF342E
Complementary color
Monochromatic Colors of #DF342E
Black with #DF342E
Text Example
Text Example
White with #DF342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF342E; }
p { color: rgb(223,52,46); }
H1.HeaderClassName
{
color: #DF342E;
}
.AnyTagClassName
{
color: #DF342E;
}
</style>
background-color css
<style>
a { background-color: #DF342E; }
a { background-color: rgb(223,52,46); }
div.DivClassName
{
background-color: #DF342E;
}
.BgClassName
{
background-color: #DF342E;
}
</style>
border-color css
<style>
span { border-color: #DF342E; }
span { border-color: rgb(223,52,46); }
td.TdClassName
{
border-color: #DF342E;
}
.TagClassName
{
border-color: #DF342E;
}
</style>