Shades of Cinnabar #DF3E2F
Tints of Cinnabar #DF3E2F
RGB
CMYK
RGB Variations
Color information
#DF3E2F (or 0xDF3E2F) is known color: Cinnabar. HEX triplet: DF, 3E and 2F. RGB value is (223,62,47). Sum of RGB (Red+Green+Blue) = 223+62+47=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E2F is #20C1D0. Grayscale: #6C6C6C. Windows color (decimal): -2146769 or 3096287. OLE color: 3096287.
HSL color Cylindrical-coordinate representation of color #DF3E2F: hue angle of 5.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF3E2F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 62 | 47 | - |
CMYK | 0 | 0.72 | 0.79 | 0.13 |
HSL | 5.11º | 0.73% | 0.53% | - |
HSV(B) | 5.11º | 0.79% | 0.87% | - |
XYZ | 32.67 | 19.34 | 4.7 | - |
YUV | 108.43 | 93.34 | 209.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 62 | 47 | 0 | 0.72 | 0.79 | 0.13 | 5.11 | 0.73 | 0.53 |
Hex | DF | 3E | 2F | 0 | 48 | 4F | D | 5 | 49 | 35 |
Octal | 337 | 76 | 57 | 0 | 110 | 117 | 15 | 5 | 111 | 65 |
Binary | 11011111 | 111110 | 101111 | 0 | 1001000 | 1001111 | 1101 | 101 | 1001001 | 110101 |
Color Harmonies of #DF3E2F
Complementary color
Monochromatic Colors of #DF3E2F
Black with #DF3E2F
Text Example
Text Example
White with #DF3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E2F; }
p { color: rgb(223,62,47); }
H1.HeaderClassName
{
color: #DF3E2F;
}
.AnyTagClassName
{
color: #DF3E2F;
}
</style>
background-color css
<style>
a { background-color: #DF3E2F; }
a { background-color: rgb(223,62,47); }
div.DivClassName
{
background-color: #DF3E2F;
}
.BgClassName
{
background-color: #DF3E2F;
}
</style>
border-color css
<style>
span { border-color: #DF3E2F; }
span { border-color: rgb(223,62,47); }
td.TdClassName
{
border-color: #DF3E2F;
}
.TagClassName
{
border-color: #DF3E2F;
}
</style>