Shades of Cinnabar #DF322B
Tints of Cinnabar #DF322B
RGB
CMYK
RGB Variations
Color information
#DF322B (or 0xDF322B) is known color: Cinnabar. HEX triplet: DF, 32 and 2B. RGB value is (223,50,43). Sum of RGB (Red+Green+Blue) = 223+50+43=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF322B is #20CDD4. Grayscale: #656565. Windows color (decimal): -2149845 or 2831071. OLE color: 2831071.
HSL color Cylindrical-coordinate representation of color #DF322B: hue angle of 2.33º 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 #DF322B is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 43 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.13 |
| HSL | 2.33º | 0.74% | 0.52% | - |
| HSV(B) | 2.33º | 0.81% | 0.87% | - |
| XYZ | 32.01 | 18.14 | 4.1 | - |
| YUV | 100.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 43 | 0 | 0.78 | 0.81 | 0.13 | 2.33 | 0.74 | 0.52 |
| Hex | DF | 32 | 2B | 0 | 4E | 51 | D | 2 | 4A | 34 |
| Octal | 337 | 62 | 53 | 0 | 116 | 121 | 15 | 2 | 112 | 64 |
| Binary | 11011111 | 110010 | 101011 | 0 | 1001110 | 1010001 | 1101 | 10 | 1001010 | 110100 |
Color Harmonies of #DF322B
Complementary color
Monochromatic Colors of #DF322B
Black with #DF322B
Text Example
Text Example
White with #DF322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF322B; }
p { color: rgb(223,50,43); }
H1.HeaderClassName
{
color: #DF322B;
}
.AnyTagClassName
{
color: #DF322B;
}
</style>
background-color css
<style>
a { background-color: #DF322B; }
a { background-color: rgb(223,50,43); }
div.DivClassName
{
background-color: #DF322B;
}
.BgClassName
{
background-color: #DF322B;
}
</style>
border-color css
<style>
span { border-color: #DF322B; }
span { border-color: rgb(223,50,43); }
td.TdClassName
{
border-color: #DF322B;
}
.TagClassName
{
border-color: #DF322B;
}
</style>