Shades of Cinnabar #DF3B2A
Tints of Cinnabar #DF3B2A
RGB
CMYK
RGB Variations
Color information
#DF3B2A (or 0xDF3B2A) is known color: Cinnabar. HEX triplet: DF, 3B and 2A. RGB value is (223,59,42). Sum of RGB (Red+Green+Blue) = 223+59+42=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B2A is #20C4D5. Grayscale: #6A6A6A. Windows color (decimal): -2147542 or 2767839. OLE color: 2767839.
HSL color Cylindrical-coordinate representation of color #DF3B2A: hue angle of 5.64º 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 #DF3B2A is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 42 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.13 |
| HSL | 5.64º | 0.74% | 0.52% | - |
| HSV(B) | 5.64º | 0.81% | 0.87% | - |
| XYZ | 32.41 | 18.98 | 4.15 | - |
| YUV | 106.1 | 91.83 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 42 | 0 | 0.74 | 0.81 | 0.13 | 5.64 | 0.74 | 0.52 |
| Hex | DF | 3B | 2A | 0 | 4A | 51 | D | 6 | 4A | 34 |
| Octal | 337 | 73 | 52 | 0 | 112 | 121 | 15 | 6 | 112 | 64 |
| Binary | 11011111 | 111011 | 101010 | 0 | 1001010 | 1010001 | 1101 | 110 | 1001010 | 110100 |
Color Harmonies of #DF3B2A
Complementary color
Monochromatic Colors of #DF3B2A
Black with #DF3B2A
Text Example
Text Example
White with #DF3B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B2A; }
p { color: rgb(223,59,42); }
H1.HeaderClassName
{
color: #DF3B2A;
}
.AnyTagClassName
{
color: #DF3B2A;
}
</style>
background-color css
<style>
a { background-color: #DF3B2A; }
a { background-color: rgb(223,59,42); }
div.DivClassName
{
background-color: #DF3B2A;
}
.BgClassName
{
background-color: #DF3B2A;
}
</style>
border-color css
<style>
span { border-color: #DF3B2A; }
span { border-color: rgb(223,59,42); }
td.TdClassName
{
border-color: #DF3B2A;
}
.TagClassName
{
border-color: #DF3B2A;
}
</style>