Shades of Cinnabar #DF362F
Tints of Cinnabar #DF362F
RGB
CMYK
RGB Variations
Color information
#DF362F (or 0xDF362F) is known color: Cinnabar. HEX triplet: DF, 36 and 2F. RGB value is (223,54,47). Sum of RGB (Red+Green+Blue) = 223+54+47=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF362F is #20C9D0. Grayscale: #676767. Windows color (decimal): -2148817 or 3094239. OLE color: 3094239.
HSL color Cylindrical-coordinate representation of color #DF362F: hue angle of 2.39º 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 #DF362F is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 47 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.13 |
| HSL | 2.39º | 0.73% | 0.53% | - |
| HSV(B) | 2.39º | 0.79% | 0.87% | - |
| XYZ | 32.26 | 18.53 | 4.57 | - |
| YUV | 103.73 | 95.99 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 47 | 0 | 0.76 | 0.79 | 0.13 | 2.39 | 0.73 | 0.53 |
| Hex | DF | 36 | 2F | 0 | 4C | 4F | D | 2 | 49 | 35 |
| Octal | 337 | 66 | 57 | 0 | 114 | 117 | 15 | 2 | 111 | 65 |
| Binary | 11011111 | 110110 | 101111 | 0 | 1001100 | 1001111 | 1101 | 10 | 1001001 | 110101 |
Color Harmonies of #DF362F
Complementary color
Monochromatic Colors of #DF362F
Black with #DF362F
Text Example
Text Example
White with #DF362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF362F; }
p { color: rgb(223,54,47); }
H1.HeaderClassName
{
color: #DF362F;
}
.AnyTagClassName
{
color: #DF362F;
}
</style>
background-color css
<style>
a { background-color: #DF362F; }
a { background-color: rgb(223,54,47); }
div.DivClassName
{
background-color: #DF362F;
}
.BgClassName
{
background-color: #DF362F;
}
</style>
border-color css
<style>
span { border-color: #DF362F; }
span { border-color: rgb(223,54,47); }
td.TdClassName
{
border-color: #DF362F;
}
.TagClassName
{
border-color: #DF362F;
}
</style>