Shades of Cinnabar #EF4535
Tints of Cinnabar #EF4535
RGB
CMYK
RGB Variations
Color information
#EF4535 (or 0xEF4535) is known color: Cinnabar. HEX triplet: EF, 45 and 35. RGB value is (239,69,53). Sum of RGB (Red+Green+Blue) = 239+69+53=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4535 is #10BACA. Grayscale: #767676. Windows color (decimal): -1096395 or 3491311. OLE color: 3491311.
HSL color Cylindrical-coordinate representation of color #EF4535: hue angle of 5.16º 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 #EF4535 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 53 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.06 |
| HSL | 5.16º | 0.85% | 0.57% | - |
| HSV(B) | 5.16º | 0.78% | 0.94% | - |
| XYZ | 38.37 | 22.86 | 5.76 | - |
| YUV | 118.01 | 91.32 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 53 | 0 | 0.71 | 0.78 | 0.06 | 5.16 | 0.85 | 0.57 |
| Hex | EF | 45 | 35 | 0 | 47 | 4E | 6 | 5 | 55 | 39 |
| Octal | 357 | 105 | 65 | 0 | 107 | 116 | 6 | 5 | 125 | 71 |
| Binary | 11101111 | 1000101 | 110101 | 0 | 1000111 | 1001110 | 110 | 101 | 1010101 | 111001 |
Color Harmonies of #EF4535
Complementary color
Monochromatic Colors of #EF4535
Black with #EF4535
Text Example
Text Example
White with #EF4535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4535; }
p { color: rgb(239,69,53); }
H1.HeaderClassName
{
color: #EF4535;
}
.AnyTagClassName
{
color: #EF4535;
}
</style>
background-color css
<style>
a { background-color: #EF4535; }
a { background-color: rgb(239,69,53); }
div.DivClassName
{
background-color: #EF4535;
}
.BgClassName
{
background-color: #EF4535;
}
</style>
border-color css
<style>
span { border-color: #EF4535; }
span { border-color: rgb(239,69,53); }
td.TdClassName
{
border-color: #EF4535;
}
.TagClassName
{
border-color: #EF4535;
}
</style>