Shades of Cinnabar #EF502D
Tints of Cinnabar #EF502D
RGB
CMYK
RGB Variations
Color information
#EF502D (or 0xEF502D) is known color: Cinnabar. HEX triplet: EF, 50 and 2D. RGB value is (239,80,45). Sum of RGB (Red+Green+Blue) = 239+80+45=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF502D is #10AFD2. Grayscale: #7B7B7B. Windows color (decimal): -1093587 or 2969839. OLE color: 2969839.
HSL color Cylindrical-coordinate representation of color #EF502D: hue angle of 10.82º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF502D is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 45 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.06 |
| HSL | 10.82º | 0.86% | 0.56% | - |
| HSV(B) | 10.82º | 0.81% | 0.94% | - |
| XYZ | 38.94 | 24.28 | 5.12 | - |
| YUV | 123.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 45 | 0 | 0.67 | 0.81 | 0.06 | 10.82 | 0.86 | 0.56 |
| Hex | EF | 50 | 2D | 0 | 43 | 51 | 6 | B | 56 | 38 |
| Octal | 357 | 120 | 55 | 0 | 103 | 121 | 6 | 13 | 126 | 70 |
| Binary | 11101111 | 1010000 | 101101 | 0 | 1000011 | 1010001 | 110 | 1011 | 1010110 | 111000 |
Color Harmonies of #EF502D
Complementary color
Monochromatic Colors of #EF502D
Black with #EF502D
Text Example
Text Example
White with #EF502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF502D; }
p { color: rgb(239,80,45); }
H1.HeaderClassName
{
color: #EF502D;
}
.AnyTagClassName
{
color: #EF502D;
}
</style>
background-color css
<style>
a { background-color: #EF502D; }
a { background-color: rgb(239,80,45); }
div.DivClassName
{
background-color: #EF502D;
}
.BgClassName
{
background-color: #EF502D;
}
</style>
border-color css
<style>
span { border-color: #EF502D; }
span { border-color: rgb(239,80,45); }
td.TdClassName
{
border-color: #EF502D;
}
.TagClassName
{
border-color: #EF502D;
}
</style>