Shades of Cinnabar #EF4635
Tints of Cinnabar #EF4635
RGB
CMYK
RGB Variations
Color information
#EF4635 (or 0xEF4635) is known color: Cinnabar. HEX triplet: EF, 46 and 35. RGB value is (239,70,53). Sum of RGB (Red+Green+Blue) = 239+70+53=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4635 is #10B9CA. Grayscale: #767676. Windows color (decimal): -1096139 or 3491567. OLE color: 3491567.
HSL color Cylindrical-coordinate representation of color #EF4635: hue angle of 5.48º 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 #EF4635 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 53 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.06 |
| HSL | 5.48º | 0.85% | 0.57% | - |
| HSV(B) | 5.48º | 0.78% | 0.94% | - |
| XYZ | 38.43 | 22.99 | 5.78 | - |
| YUV | 118.59 | 90.99 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 53 | 0 | 0.71 | 0.78 | 0.06 | 5.48 | 0.85 | 0.57 |
| Hex | EF | 46 | 35 | 0 | 47 | 4E | 6 | 5 | 55 | 39 |
| Octal | 357 | 106 | 65 | 0 | 107 | 116 | 6 | 5 | 125 | 71 |
| Binary | 11101111 | 1000110 | 110101 | 0 | 1000111 | 1001110 | 110 | 101 | 1010101 | 111001 |
Color Harmonies of #EF4635
Complementary color
Monochromatic Colors of #EF4635
Black with #EF4635
Text Example
Text Example
White with #EF4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4635; }
p { color: rgb(239,70,53); }
H1.HeaderClassName
{
color: #EF4635;
}
.AnyTagClassName
{
color: #EF4635;
}
</style>
background-color css
<style>
a { background-color: #EF4635; }
a { background-color: rgb(239,70,53); }
div.DivClassName
{
background-color: #EF4635;
}
.BgClassName
{
background-color: #EF4635;
}
</style>
border-color css
<style>
span { border-color: #EF4635; }
span { border-color: rgb(239,70,53); }
td.TdClassName
{
border-color: #EF4635;
}
.TagClassName
{
border-color: #EF4635;
}
</style>