Shades of Cinnabar #DF332B
Tints of Cinnabar #DF332B
RGB
CMYK
RGB Variations
Color information
#DF332B (or 0xDF332B) is known color: Cinnabar. HEX triplet: DF, 33 and 2B. RGB value is (223,51,43). Sum of RGB (Red+Green+Blue) = 223+51+43=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF332B is #20CCD4. Grayscale: #656565. Windows color (decimal): -2149589 or 2831327. OLE color: 2831327.
HSL color Cylindrical-coordinate representation of color #DF332B: hue angle of 2.67º 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 #DF332B is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 43 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.13 |
| HSL | 2.67º | 0.74% | 0.52% | - |
| HSV(B) | 2.67º | 0.81% | 0.87% | - |
| XYZ | 32.05 | 18.23 | 4.11 | - |
| YUV | 101.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 43 | 0 | 0.77 | 0.81 | 0.13 | 2.67 | 0.74 | 0.52 |
| Hex | DF | 33 | 2B | 0 | 4D | 51 | D | 3 | 4A | 34 |
| Octal | 337 | 63 | 53 | 0 | 115 | 121 | 15 | 3 | 112 | 64 |
| Binary | 11011111 | 110011 | 101011 | 0 | 1001101 | 1010001 | 1101 | 11 | 1001010 | 110100 |
Color Harmonies of #DF332B
Complementary color
Monochromatic Colors of #DF332B
Black with #DF332B
Text Example
Text Example
White with #DF332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF332B; }
p { color: rgb(223,51,43); }
H1.HeaderClassName
{
color: #DF332B;
}
.AnyTagClassName
{
color: #DF332B;
}
</style>
background-color css
<style>
a { background-color: #DF332B; }
a { background-color: rgb(223,51,43); }
div.DivClassName
{
background-color: #DF332B;
}
.BgClassName
{
background-color: #DF332B;
}
</style>
border-color css
<style>
span { border-color: #DF332B; }
span { border-color: rgb(223,51,43); }
td.TdClassName
{
border-color: #DF332B;
}
.TagClassName
{
border-color: #DF332B;
}
</style>