Shades of Cinnabar #DF322A
Tints of Cinnabar #DF322A
RGB
CMYK
RGB Variations
Color information
#DF322A (or 0xDF322A) is known color: Cinnabar. HEX triplet: DF, 32 and 2A. RGB value is (223,50,42). Sum of RGB (Red+Green+Blue) = 223+50+42=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF322A is #20CDD5. Grayscale: #656565. Windows color (decimal): -2149846 or 2765535. OLE color: 2765535.
HSL color Cylindrical-coordinate representation of color #DF322A: hue angle of 2.65º 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 #DF322A is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 42 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.13 |
| HSL | 2.65º | 0.74% | 0.52% | - |
| HSV(B) | 2.65º | 0.81% | 0.87% | - |
| XYZ | 31.99 | 18.14 | 4.01 | - |
| YUV | 100.82 | 94.81 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 42 | 0 | 0.78 | 0.81 | 0.13 | 2.65 | 0.74 | 0.52 |
| Hex | DF | 32 | 2A | 0 | 4E | 51 | D | 3 | 4A | 34 |
| Octal | 337 | 62 | 52 | 0 | 116 | 121 | 15 | 3 | 112 | 64 |
| Binary | 11011111 | 110010 | 101010 | 0 | 1001110 | 1010001 | 1101 | 11 | 1001010 | 110100 |
Color Harmonies of #DF322A
Complementary color
Monochromatic Colors of #DF322A
Black with #DF322A
Text Example
Text Example
White with #DF322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF322A; }
p { color: rgb(223,50,42); }
H1.HeaderClassName
{
color: #DF322A;
}
.AnyTagClassName
{
color: #DF322A;
}
</style>
background-color css
<style>
a { background-color: #DF322A; }
a { background-color: rgb(223,50,42); }
div.DivClassName
{
background-color: #DF322A;
}
.BgClassName
{
background-color: #DF322A;
}
</style>
border-color css
<style>
span { border-color: #DF322A; }
span { border-color: rgb(223,50,42); }
td.TdClassName
{
border-color: #DF322A;
}
.TagClassName
{
border-color: #DF322A;
}
</style>