Shades of Cinnabar #EF351B
Tints of Cinnabar #EF351B
RGB
CMYK
RGB Variations
Color information
#EF351B (or 0xEF351B) is known color: Cinnabar. HEX triplet: EF, 35 and 1B. RGB value is (239,53,27). Sum of RGB (Red+Green+Blue) = 239+53+27=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF351B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF351B is #10CAE4. Grayscale: #696969. Windows color (decimal): -1100517 or 1783279. OLE color: 1783279.
HSL color Cylindrical-coordinate representation of color #EF351B: hue angle of 7.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF351B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 27 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.06 |
| HSL | 7.36º | 0.87% | 0.52% | - |
| HSV(B) | 7.36º | 0.89% | 0.94% | - |
| XYZ | 37.07 | 20.98 | 3.13 | - |
| YUV | 105.65 | 83.62 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 27 | 0 | 0.78 | 0.89 | 0.06 | 7.36 | 0.87 | 0.52 |
| Hex | EF | 35 | 1B | 0 | 4E | 59 | 6 | 7 | 57 | 34 |
| Octal | 357 | 65 | 33 | 0 | 116 | 131 | 6 | 7 | 127 | 64 |
| Binary | 11101111 | 110101 | 11011 | 0 | 1001110 | 1011001 | 110 | 111 | 1010111 | 110100 |
Color Harmonies of #EF351B
Complementary color
Monochromatic Colors of #EF351B
Black with #EF351B
Text Example
Text Example
White with #EF351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF351B; }
p { color: rgb(239,53,27); }
H1.HeaderClassName
{
color: #EF351B;
}
.AnyTagClassName
{
color: #EF351B;
}
</style>
background-color css
<style>
a { background-color: #EF351B; }
a { background-color: rgb(239,53,27); }
div.DivClassName
{
background-color: #EF351B;
}
.BgClassName
{
background-color: #EF351B;
}
</style>
border-color css
<style>
span { border-color: #EF351B; }
span { border-color: rgb(239,53,27); }
td.TdClassName
{
border-color: #EF351B;
}
.TagClassName
{
border-color: #EF351B;
}
</style>