Shades of Cinnabar #DF362A
Tints of Cinnabar #DF362A
RGB
CMYK
RGB Variations
Color information
#DF362A (or 0xDF362A) is known color: Cinnabar. HEX triplet: DF, 36 and 2A. RGB value is (223,54,42). Sum of RGB (Red+Green+Blue) = 223+54+42=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF362A is #20C9D5. Grayscale: #676767. Windows color (decimal): -2148822 or 2766559. OLE color: 2766559.
HSL color Cylindrical-coordinate representation of color #DF362A: hue angle of 3.98º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF362A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 42 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.13 |
| HSL | 3.98º | 0.74% | 0.52% | - |
| HSV(B) | 3.98º | 0.81% | 0.87% | - |
| XYZ | 32.17 | 18.49 | 4.06 | - |
| YUV | 103.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 42 | 0 | 0.76 | 0.81 | 0.13 | 3.98 | 0.74 | 0.52 |
| Hex | DF | 36 | 2A | 0 | 4C | 51 | D | 4 | 4A | 34 |
| Octal | 337 | 66 | 52 | 0 | 114 | 121 | 15 | 4 | 112 | 64 |
| Binary | 11011111 | 110110 | 101010 | 0 | 1001100 | 1010001 | 1101 | 100 | 1001010 | 110100 |
Color Harmonies of #DF362A
Complementary color
Monochromatic Colors of #DF362A
Black with #DF362A
Text Example
Text Example
White with #DF362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF362A; }
p { color: rgb(223,54,42); }
H1.HeaderClassName
{
color: #DF362A;
}
.AnyTagClassName
{
color: #DF362A;
}
</style>
background-color css
<style>
a { background-color: #DF362A; }
a { background-color: rgb(223,54,42); }
div.DivClassName
{
background-color: #DF362A;
}
.BgClassName
{
background-color: #DF362A;
}
</style>
border-color css
<style>
span { border-color: #DF362A; }
span { border-color: rgb(223,54,42); }
td.TdClassName
{
border-color: #DF362A;
}
.TagClassName
{
border-color: #DF362A;
}
</style>