Shades of Cinnabar #DF3F2B
Tints of Cinnabar #DF3F2B
RGB
CMYK
RGB Variations
Color information
#DF3F2B (or 0xDF3F2B) is known color: Cinnabar. HEX triplet: DF, 3F and 2B. RGB value is (223,63,43). Sum of RGB (Red+Green+Blue) = 223+63+43=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F2B is #20C0D4. Grayscale: #6C6C6C. Windows color (decimal): -2146517 or 2834399. OLE color: 2834399.
HSL color Cylindrical-coordinate representation of color #DF3F2B: hue angle of 6.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 #DF3F2B is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 43 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.13 |
| HSL | 6.67º | 0.74% | 0.52% | - |
| HSV(B) | 6.67º | 0.81% | 0.87% | - |
| XYZ | 32.64 | 19.42 | 4.31 | - |
| YUV | 108.56 | 91.01 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 43 | 0 | 0.72 | 0.81 | 0.13 | 6.67 | 0.74 | 0.52 |
| Hex | DF | 3F | 2B | 0 | 48 | 51 | D | 7 | 4A | 34 |
| Octal | 337 | 77 | 53 | 0 | 110 | 121 | 15 | 7 | 112 | 64 |
| Binary | 11011111 | 111111 | 101011 | 0 | 1001000 | 1010001 | 1101 | 111 | 1001010 | 110100 |
Color Harmonies of #DF3F2B
Complementary color
Monochromatic Colors of #DF3F2B
Black with #DF3F2B
Text Example
Text Example
White with #DF3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F2B; }
p { color: rgb(223,63,43); }
H1.HeaderClassName
{
color: #DF3F2B;
}
.AnyTagClassName
{
color: #DF3F2B;
}
</style>
background-color css
<style>
a { background-color: #DF3F2B; }
a { background-color: rgb(223,63,43); }
div.DivClassName
{
background-color: #DF3F2B;
}
.BgClassName
{
background-color: #DF3F2B;
}
</style>
border-color css
<style>
span { border-color: #DF3F2B; }
span { border-color: rgb(223,63,43); }
td.TdClassName
{
border-color: #DF3F2B;
}
.TagClassName
{
border-color: #DF3F2B;
}
</style>