Shades of Cinnabar #DF352C
Tints of Cinnabar #DF352C
RGB
CMYK
RGB Variations
Color information
#DF352C (or 0xDF352C) is known color: Cinnabar. HEX triplet: DF, 35 and 2C. RGB value is (223,53,44). Sum of RGB (Red+Green+Blue) = 223+53+44=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF352C is #20CAD3. Grayscale: #676767. Windows color (decimal): -2149076 or 2897375. OLE color: 2897375.
HSL color Cylindrical-coordinate representation of color #DF352C: hue angle of 3.02º 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 #DF352C is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 44 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.13 |
| HSL | 3.02º | 0.74% | 0.52% | - |
| HSV(B) | 3.02º | 0.8% | 0.87% | - |
| XYZ | 32.16 | 18.42 | 4.24 | - |
| YUV | 102.8 | 94.82 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 44 | 0 | 0.76 | 0.80 | 0.13 | 3.02 | 0.74 | 0.52 |
| Hex | DF | 35 | 2C | 0 | 4C | 50 | D | 3 | 4A | 34 |
| Octal | 337 | 65 | 54 | 0 | 114 | 120 | 15 | 3 | 112 | 64 |
| Binary | 11011111 | 110101 | 101100 | 0 | 1001100 | 1010000 | 1101 | 11 | 1001010 | 110100 |
Color Harmonies of #DF352C
Complementary color
Monochromatic Colors of #DF352C
Black with #DF352C
Text Example
Text Example
White with #DF352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF352C; }
p { color: rgb(223,53,44); }
H1.HeaderClassName
{
color: #DF352C;
}
.AnyTagClassName
{
color: #DF352C;
}
</style>
background-color css
<style>
a { background-color: #DF352C; }
a { background-color: rgb(223,53,44); }
div.DivClassName
{
background-color: #DF352C;
}
.BgClassName
{
background-color: #DF352C;
}
</style>
border-color css
<style>
span { border-color: #DF352C; }
span { border-color: rgb(223,53,44); }
td.TdClassName
{
border-color: #DF352C;
}
.TagClassName
{
border-color: #DF352C;
}
</style>