Shades of Cinnabar #EF352B
Tints of Cinnabar #EF352B
RGB
CMYK
RGB Variations
Color information
#EF352B (or 0xEF352B) is known color: Cinnabar. HEX triplet: EF, 35 and 2B. RGB value is (239,53,43). Sum of RGB (Red+Green+Blue) = 239+53+43=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF352B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF352B is #10CAD4. Grayscale: #6B6B6B. Windows color (decimal): -1100501 or 2831855. OLE color: 2831855.
HSL color Cylindrical-coordinate representation of color #EF352B: hue angle of 3.06º 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 #EF352B is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 43 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.06 |
| HSL | 3.06º | 0.86% | 0.55% | - |
| HSV(B) | 3.06º | 0.82% | 0.94% | - |
| XYZ | 37.31 | 21.07 | 4.39 | - |
| YUV | 107.47 | 91.62 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 43 | 0 | 0.78 | 0.82 | 0.06 | 3.06 | 0.86 | 0.55 |
| Hex | EF | 35 | 2B | 0 | 4E | 52 | 6 | 3 | 56 | 37 |
| Octal | 357 | 65 | 53 | 0 | 116 | 122 | 6 | 3 | 126 | 67 |
| Binary | 11101111 | 110101 | 101011 | 0 | 1001110 | 1010010 | 110 | 11 | 1010110 | 110111 |
Color Harmonies of #EF352B
Complementary color
Monochromatic Colors of #EF352B
Black with #EF352B
Text Example
Text Example
White with #EF352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF352B; }
p { color: rgb(239,53,43); }
H1.HeaderClassName
{
color: #EF352B;
}
.AnyTagClassName
{
color: #EF352B;
}
</style>
background-color css
<style>
a { background-color: #EF352B; }
a { background-color: rgb(239,53,43); }
div.DivClassName
{
background-color: #EF352B;
}
.BgClassName
{
background-color: #EF352B;
}
</style>
border-color css
<style>
span { border-color: #EF352B; }
span { border-color: rgb(239,53,43); }
td.TdClassName
{
border-color: #EF352B;
}
.TagClassName
{
border-color: #EF352B;
}
</style>