Shades of Cinnabar #DF3B28
Tints of Cinnabar #DF3B28
RGB
CMYK
RGB Variations
Color information
#DF3B28 (or 0xDF3B28) is known color: Cinnabar. HEX triplet: DF, 3B and 28. RGB value is (223,59,40). Sum of RGB (Red+Green+Blue) = 223+59+40=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B28 is #20C4D7. Grayscale: #6A6A6A. Windows color (decimal): -2147544 or 2636767. OLE color: 2636767.
HSL color Cylindrical-coordinate representation of color #DF3B28: hue angle of 6.23º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF3B28 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 40 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.13 |
| HSL | 6.23º | 0.74% | 0.52% | - |
| HSV(B) | 6.23º | 0.82% | 0.87% | - |
| XYZ | 32.38 | 18.97 | 3.96 | - |
| YUV | 105.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 40 | 0 | 0.74 | 0.82 | 0.13 | 6.23 | 0.74 | 0.52 |
| Hex | DF | 3B | 28 | 0 | 4A | 52 | D | 6 | 4A | 34 |
| Octal | 337 | 73 | 50 | 0 | 112 | 122 | 15 | 6 | 112 | 64 |
| Binary | 11011111 | 111011 | 101000 | 0 | 1001010 | 1010010 | 1101 | 110 | 1001010 | 110100 |
Color Harmonies of #DF3B28
Complementary color
Monochromatic Colors of #DF3B28
Black with #DF3B28
Text Example
Text Example
White with #DF3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B28; }
p { color: rgb(223,59,40); }
H1.HeaderClassName
{
color: #DF3B28;
}
.AnyTagClassName
{
color: #DF3B28;
}
</style>
background-color css
<style>
a { background-color: #DF3B28; }
a { background-color: rgb(223,59,40); }
div.DivClassName
{
background-color: #DF3B28;
}
.BgClassName
{
background-color: #DF3B28;
}
</style>
border-color css
<style>
span { border-color: #DF3B28; }
span { border-color: rgb(223,59,40); }
td.TdClassName
{
border-color: #DF3B28;
}
.TagClassName
{
border-color: #DF3B28;
}
</style>