Shades of Cinnabar #EF4135
Tints of Cinnabar #EF4135
RGB
CMYK
RGB Variations
Color information
#EF4135 (or 0xEF4135) is known color: Cinnabar. HEX triplet: EF, 41 and 35. RGB value is (239,65,53). Sum of RGB (Red+Green+Blue) = 239+65+53=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4135 is #10BECA. Grayscale: #737373. Windows color (decimal): -1097419 or 3490287. OLE color: 3490287.
HSL color Cylindrical-coordinate representation of color #EF4135: hue angle of 3.87º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF4135 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 53 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.06 |
| HSL | 3.87º | 0.85% | 0.57% | - |
| HSV(B) | 3.87º | 0.78% | 0.94% | - |
| XYZ | 38.13 | 22.39 | 5.68 | - |
| YUV | 115.66 | 92.65 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 53 | 0 | 0.73 | 0.78 | 0.06 | 3.87 | 0.85 | 0.57 |
| Hex | EF | 41 | 35 | 0 | 49 | 4E | 6 | 4 | 55 | 39 |
| Octal | 357 | 101 | 65 | 0 | 111 | 116 | 6 | 4 | 125 | 71 |
| Binary | 11101111 | 1000001 | 110101 | 0 | 1001001 | 1001110 | 110 | 100 | 1010101 | 111001 |
Color Harmonies of #EF4135
Complementary color
Monochromatic Colors of #EF4135
Black with #EF4135
Text Example
Text Example
White with #EF4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4135; }
p { color: rgb(239,65,53); }
H1.HeaderClassName
{
color: #EF4135;
}
.AnyTagClassName
{
color: #EF4135;
}
</style>
background-color css
<style>
a { background-color: #EF4135; }
a { background-color: rgb(239,65,53); }
div.DivClassName
{
background-color: #EF4135;
}
.BgClassName
{
background-color: #EF4135;
}
</style>
border-color css
<style>
span { border-color: #EF4135; }
span { border-color: rgb(239,65,53); }
td.TdClassName
{
border-color: #EF4135;
}
.TagClassName
{
border-color: #EF4135;
}
</style>