Shades of Cinnabar #EF352F
Tints of Cinnabar #EF352F
RGB
CMYK
RGB Variations
Color information
#EF352F (or 0xEF352F) is known color: Cinnabar. HEX triplet: EF, 35 and 2F. RGB value is (239,53,47). Sum of RGB (Red+Green+Blue) = 239+53+47=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF352F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF352F is #10CAD0. Grayscale: #6C6C6C. Windows color (decimal): -1100497 or 3093999. OLE color: 3093999.
HSL color Cylindrical-coordinate representation of color #EF352F: hue angle of 1.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF352F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 47 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.06 |
| HSL | 1.88º | 0.86% | 0.56% | - |
| HSV(B) | 1.88º | 0.8% | 0.94% | - |
| XYZ | 37.38 | 21.1 | 4.79 | - |
| YUV | 107.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 47 | 0 | 0.78 | 0.80 | 0.06 | 1.88 | 0.86 | 0.56 |
| Hex | EF | 35 | 2F | 0 | 4E | 50 | 6 | 2 | 56 | 38 |
| Octal | 357 | 65 | 57 | 0 | 116 | 120 | 6 | 2 | 126 | 70 |
| Binary | 11101111 | 110101 | 101111 | 0 | 1001110 | 1010000 | 110 | 10 | 1010110 | 111000 |
Color Harmonies of #EF352F
Complementary color
Monochromatic Colors of #EF352F
Black with #EF352F
Text Example
Text Example
White with #EF352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF352F; }
p { color: rgb(239,53,47); }
H1.HeaderClassName
{
color: #EF352F;
}
.AnyTagClassName
{
color: #EF352F;
}
</style>
background-color css
<style>
a { background-color: #EF352F; }
a { background-color: rgb(239,53,47); }
div.DivClassName
{
background-color: #EF352F;
}
.BgClassName
{
background-color: #EF352F;
}
</style>
border-color css
<style>
span { border-color: #EF352F; }
span { border-color: rgb(239,53,47); }
td.TdClassName
{
border-color: #EF352F;
}
.TagClassName
{
border-color: #EF352F;
}
</style>