Shades of Cinnabar #DF3A36
Tints of Cinnabar #DF3A36
RGB
CMYK
RGB Variations
Color information
#DF3A36 (or 0xDF3A36) is known color: Cinnabar. HEX triplet: DF, 3A and 36. RGB value is (223,58,54). Sum of RGB (Red+Green+Blue) = 223+58+54=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A36 is #20C5C9. Grayscale: #6B6B6B. Windows color (decimal): -2147786 or 3554015. OLE color: 3554015.
HSL color Cylindrical-coordinate representation of color #DF3A36: hue angle of 1.42º 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 #DF3A36 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 54 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.13 |
| HSL | 1.42º | 0.73% | 0.54% | - |
| HSV(B) | 1.42º | 0.76% | 0.87% | - |
| XYZ | 32.61 | 18.98 | 5.43 | - |
| YUV | 106.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 54 | 0 | 0.74 | 0.76 | 0.13 | 1.42 | 0.73 | 0.54 |
| Hex | DF | 3A | 36 | 0 | 4A | 4C | D | 1 | 49 | 36 |
| Octal | 337 | 72 | 66 | 0 | 112 | 114 | 15 | 1 | 111 | 66 |
| Binary | 11011111 | 111010 | 110110 | 0 | 1001010 | 1001100 | 1101 | 1 | 1001001 | 110110 |
Color Harmonies of #DF3A36
Complementary color
Monochromatic Colors of #DF3A36
Black with #DF3A36
Text Example
Text Example
White with #DF3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A36; }
p { color: rgb(223,58,54); }
H1.HeaderClassName
{
color: #DF3A36;
}
.AnyTagClassName
{
color: #DF3A36;
}
</style>
background-color css
<style>
a { background-color: #DF3A36; }
a { background-color: rgb(223,58,54); }
div.DivClassName
{
background-color: #DF3A36;
}
.BgClassName
{
background-color: #DF3A36;
}
</style>
border-color css
<style>
span { border-color: #DF3A36; }
span { border-color: rgb(223,58,54); }
td.TdClassName
{
border-color: #DF3A36;
}
.TagClassName
{
border-color: #DF3A36;
}
</style>