Shades of Cinnabar #DF332A
Tints of Cinnabar #DF332A
RGB
CMYK
RGB Variations
Color information
#DF332A (or 0xDF332A) is known color: Cinnabar. HEX triplet: DF, 33 and 2A. RGB value is (223,51,42). Sum of RGB (Red+Green+Blue) = 223+51+42=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF332A is #20CCD5. Grayscale: #656565. Windows color (decimal): -2149590 or 2765791. OLE color: 2765791.
HSL color Cylindrical-coordinate representation of color #DF332A: hue angle of 2.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 #DF332A is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 42 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.13 |
| HSL | 2.98º | 0.74% | 0.52% | - |
| HSV(B) | 2.98º | 0.81% | 0.87% | - |
| XYZ | 32.03 | 18.22 | 4.02 | - |
| YUV | 101.4 | 94.48 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 42 | 0 | 0.77 | 0.81 | 0.13 | 2.98 | 0.74 | 0.52 |
| Hex | DF | 33 | 2A | 0 | 4D | 51 | D | 3 | 4A | 34 |
| Octal | 337 | 63 | 52 | 0 | 115 | 121 | 15 | 3 | 112 | 64 |
| Binary | 11011111 | 110011 | 101010 | 0 | 1001101 | 1010001 | 1101 | 11 | 1001010 | 110100 |
Color Harmonies of #DF332A
Complementary color
Monochromatic Colors of #DF332A
Black with #DF332A
Text Example
Text Example
White with #DF332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF332A; }
p { color: rgb(223,51,42); }
H1.HeaderClassName
{
color: #DF332A;
}
.AnyTagClassName
{
color: #DF332A;
}
</style>
background-color css
<style>
a { background-color: #DF332A; }
a { background-color: rgb(223,51,42); }
div.DivClassName
{
background-color: #DF332A;
}
.BgClassName
{
background-color: #DF332A;
}
</style>
border-color css
<style>
span { border-color: #DF332A; }
span { border-color: rgb(223,51,42); }
td.TdClassName
{
border-color: #DF332A;
}
.TagClassName
{
border-color: #DF332A;
}
</style>