Shades of Cinnabar #DF322D
Tints of Cinnabar #DF322D
RGB
CMYK
RGB Variations
Color information
#DF322D (or 0xDF322D) is known color: Cinnabar. HEX triplet: DF, 32 and 2D. RGB value is (223,50,45). Sum of RGB (Red+Green+Blue) = 223+50+45=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF322D is #20CDD2. Grayscale: #656565. Windows color (decimal): -2149843 or 2962143. OLE color: 2962143.
HSL color Cylindrical-coordinate representation of color #DF322D: hue angle of 1.69º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF322D is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 45 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.13 |
| HSL | 1.69º | 0.74% | 0.53% | - |
| HSV(B) | 1.69º | 0.8% | 0.87% | - |
| XYZ | 32.05 | 18.16 | 4.3 | - |
| YUV | 101.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 45 | 0 | 0.78 | 0.80 | 0.13 | 1.69 | 0.74 | 0.53 |
| Hex | DF | 32 | 2D | 0 | 4E | 50 | D | 2 | 4A | 35 |
| Octal | 337 | 62 | 55 | 0 | 116 | 120 | 15 | 2 | 112 | 65 |
| Binary | 11011111 | 110010 | 101101 | 0 | 1001110 | 1010000 | 1101 | 10 | 1001010 | 110101 |
Color Harmonies of #DF322D
Complementary color
Monochromatic Colors of #DF322D
Black with #DF322D
Text Example
Text Example
White with #DF322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF322D; }
p { color: rgb(223,50,45); }
H1.HeaderClassName
{
color: #DF322D;
}
.AnyTagClassName
{
color: #DF322D;
}
</style>
background-color css
<style>
a { background-color: #DF322D; }
a { background-color: rgb(223,50,45); }
div.DivClassName
{
background-color: #DF322D;
}
.BgClassName
{
background-color: #DF322D;
}
</style>
border-color css
<style>
span { border-color: #DF322D; }
span { border-color: rgb(223,50,45); }
td.TdClassName
{
border-color: #DF322D;
}
.TagClassName
{
border-color: #DF322D;
}
</style>