Shades of Cinnabar #EF4030
Tints of Cinnabar #EF4030
RGB
CMYK
RGB Variations
Color information
#EF4030 (or 0xEF4030) is known color: Cinnabar. HEX triplet: EF, 40 and 30. RGB value is (239,64,48). Sum of RGB (Red+Green+Blue) = 239+64+48=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4030 is #10BFCF. Grayscale: #727272. Windows color (decimal): -1097680 or 3162351. OLE color: 3162351.
HSL color Cylindrical-coordinate representation of color #EF4030: hue angle of 5.03º 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 #EF4030 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 48 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.06 |
| HSL | 5.03º | 0.86% | 0.56% | - |
| HSV(B) | 5.03º | 0.8% | 0.94% | - |
| XYZ | 37.96 | 22.23 | 5.09 | - |
| YUV | 114.5 | 90.48 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 48 | 0 | 0.73 | 0.80 | 0.06 | 5.03 | 0.86 | 0.56 |
| Hex | EF | 40 | 30 | 0 | 49 | 50 | 6 | 5 | 56 | 38 |
| Octal | 357 | 100 | 60 | 0 | 111 | 120 | 6 | 5 | 126 | 70 |
| Binary | 11101111 | 1000000 | 110000 | 0 | 1001001 | 1010000 | 110 | 101 | 1010110 | 111000 |
Color Harmonies of #EF4030
Complementary color
Monochromatic Colors of #EF4030
Black with #EF4030
Text Example
Text Example
White with #EF4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4030; }
p { color: rgb(239,64,48); }
H1.HeaderClassName
{
color: #EF4030;
}
.AnyTagClassName
{
color: #EF4030;
}
</style>
background-color css
<style>
a { background-color: #EF4030; }
a { background-color: rgb(239,64,48); }
div.DivClassName
{
background-color: #EF4030;
}
.BgClassName
{
background-color: #EF4030;
}
</style>
border-color css
<style>
span { border-color: #EF4030; }
span { border-color: rgb(239,64,48); }
td.TdClassName
{
border-color: #EF4030;
}
.TagClassName
{
border-color: #EF4030;
}
</style>