Shades of Cinnabar #DF3A35
Tints of Cinnabar #DF3A35
RGB
CMYK
RGB Variations
Color information
#DF3A35 (or 0xDF3A35) is known color: Cinnabar. HEX triplet: DF, 3A and 35. RGB value is (223,58,53). Sum of RGB (Red+Green+Blue) = 223+58+53=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A35 is #20C5CA. Grayscale: #6A6A6A. Windows color (decimal): -2147787 or 3488479. OLE color: 3488479.
HSL color Cylindrical-coordinate representation of color #DF3A35: hue angle of 1.76º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3A35 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 53 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.13 |
| HSL | 1.76º | 0.73% | 0.54% | - |
| HSV(B) | 1.76º | 0.76% | 0.87% | - |
| XYZ | 32.59 | 18.97 | 5.31 | - |
| YUV | 106.77 | 97.66 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 53 | 0 | 0.74 | 0.76 | 0.13 | 1.76 | 0.73 | 0.54 |
| Hex | DF | 3A | 35 | 0 | 4A | 4C | D | 2 | 49 | 36 |
| Octal | 337 | 72 | 65 | 0 | 112 | 114 | 15 | 2 | 111 | 66 |
| Binary | 11011111 | 111010 | 110101 | 0 | 1001010 | 1001100 | 1101 | 10 | 1001001 | 110110 |
Color Harmonies of #DF3A35
Complementary color
Monochromatic Colors of #DF3A35
Black with #DF3A35
Text Example
Text Example
White with #DF3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A35; }
p { color: rgb(223,58,53); }
H1.HeaderClassName
{
color: #DF3A35;
}
.AnyTagClassName
{
color: #DF3A35;
}
</style>
background-color css
<style>
a { background-color: #DF3A35; }
a { background-color: rgb(223,58,53); }
div.DivClassName
{
background-color: #DF3A35;
}
.BgClassName
{
background-color: #DF3A35;
}
</style>
border-color css
<style>
span { border-color: #DF3A35; }
span { border-color: rgb(223,58,53); }
td.TdClassName
{
border-color: #DF3A35;
}
.TagClassName
{
border-color: #DF3A35;
}
</style>