Shades of Cinnabar #DF362C
Tints of Cinnabar #DF362C
RGB
CMYK
RGB Variations
Color information
#DF362C (or 0xDF362C) is known color: Cinnabar. HEX triplet: DF, 36 and 2C. RGB value is (223,54,44). Sum of RGB (Red+Green+Blue) = 223+54+44=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF362C is #20C9D3. Grayscale: #676767. Windows color (decimal): -2148820 or 2897631. OLE color: 2897631.
HSL color Cylindrical-coordinate representation of color #DF362C: hue angle of 3.35º 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 #DF362C is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 44 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.13 |
| HSL | 3.35º | 0.74% | 0.52% | - |
| HSV(B) | 3.35º | 0.8% | 0.87% | - |
| XYZ | 32.21 | 18.51 | 4.26 | - |
| YUV | 103.39 | 94.49 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 44 | 0 | 0.76 | 0.80 | 0.13 | 3.35 | 0.74 | 0.52 |
| Hex | DF | 36 | 2C | 0 | 4C | 50 | D | 3 | 4A | 34 |
| Octal | 337 | 66 | 54 | 0 | 114 | 120 | 15 | 3 | 112 | 64 |
| Binary | 11011111 | 110110 | 101100 | 0 | 1001100 | 1010000 | 1101 | 11 | 1001010 | 110100 |
Color Harmonies of #DF362C
Complementary color
Monochromatic Colors of #DF362C
Black with #DF362C
Text Example
Text Example
White with #DF362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF362C; }
p { color: rgb(223,54,44); }
H1.HeaderClassName
{
color: #DF362C;
}
.AnyTagClassName
{
color: #DF362C;
}
</style>
background-color css
<style>
a { background-color: #DF362C; }
a { background-color: rgb(223,54,44); }
div.DivClassName
{
background-color: #DF362C;
}
.BgClassName
{
background-color: #DF362C;
}
</style>
border-color css
<style>
span { border-color: #DF362C; }
span { border-color: rgb(223,54,44); }
td.TdClassName
{
border-color: #DF362C;
}
.TagClassName
{
border-color: #DF362C;
}
</style>