Shades of Cinnabar #EF352C
Tints of Cinnabar #EF352C
RGB
CMYK
RGB Variations
Color information
#EF352C (or 0xEF352C) is known color: Cinnabar. HEX triplet: EF, 35 and 2C. RGB value is (239,53,44). Sum of RGB (Red+Green+Blue) = 239+53+44=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF352C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF352C is #10CAD3. Grayscale: #6B6B6B. Windows color (decimal): -1100500 or 2897391. OLE color: 2897391.
HSL color Cylindrical-coordinate representation of color #EF352C: hue angle of 2.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF352C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 44 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.06 |
| HSL | 2.77º | 0.86% | 0.55% | - |
| HSV(B) | 2.77º | 0.82% | 0.94% | - |
| XYZ | 37.32 | 21.08 | 4.48 | - |
| YUV | 107.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 44 | 0 | 0.78 | 0.82 | 0.06 | 2.77 | 0.86 | 0.55 |
| Hex | EF | 35 | 2C | 0 | 4E | 52 | 6 | 3 | 56 | 37 |
| Octal | 357 | 65 | 54 | 0 | 116 | 122 | 6 | 3 | 126 | 67 |
| Binary | 11101111 | 110101 | 101100 | 0 | 1001110 | 1010010 | 110 | 11 | 1010110 | 110111 |
Color Harmonies of #EF352C
Complementary color
Monochromatic Colors of #EF352C
Black with #EF352C
Text Example
Text Example
White with #EF352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF352C; }
p { color: rgb(239,53,44); }
H1.HeaderClassName
{
color: #EF352C;
}
.AnyTagClassName
{
color: #EF352C;
}
</style>
background-color css
<style>
a { background-color: #EF352C; }
a { background-color: rgb(239,53,44); }
div.DivClassName
{
background-color: #EF352C;
}
.BgClassName
{
background-color: #EF352C;
}
</style>
border-color css
<style>
span { border-color: #EF352C; }
span { border-color: rgb(239,53,44); }
td.TdClassName
{
border-color: #EF352C;
}
.TagClassName
{
border-color: #EF352C;
}
</style>