Shades of Cinnabar #EF5133
Tints of Cinnabar #EF5133
RGB
CMYK
RGB Variations
Color information
#EF5133 (or 0xEF5133) is known color: Cinnabar. HEX triplet: EF, 51 and 33. RGB value is (239,81,51). Sum of RGB (Red+Green+Blue) = 239+81+51=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5133 is #10AECC. Grayscale: #7D7D7D. Windows color (decimal): -1093325 or 3363311. OLE color: 3363311.
HSL color Cylindrical-coordinate representation of color #EF5133: hue angle of 9.57º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF5133 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 51 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.06 |
| HSL | 9.57º | 0.85% | 0.57% | - |
| HSV(B) | 9.57º | 0.79% | 0.94% | - |
| XYZ | 39.14 | 24.47 | 5.79 | - |
| YUV | 124.82 | 86.35 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 51 | 0 | 0.66 | 0.79 | 0.06 | 9.57 | 0.85 | 0.57 |
| Hex | EF | 51 | 33 | 0 | 42 | 4F | 6 | A | 55 | 39 |
| Octal | 357 | 121 | 63 | 0 | 102 | 117 | 6 | 12 | 125 | 71 |
| Binary | 11101111 | 1010001 | 110011 | 0 | 1000010 | 1001111 | 110 | 1010 | 1010101 | 111001 |
Color Harmonies of #EF5133
Complementary color
Monochromatic Colors of #EF5133
Black with #EF5133
Text Example
Text Example
White with #EF5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5133; }
p { color: rgb(239,81,51); }
H1.HeaderClassName
{
color: #EF5133;
}
.AnyTagClassName
{
color: #EF5133;
}
</style>
background-color css
<style>
a { background-color: #EF5133; }
a { background-color: rgb(239,81,51); }
div.DivClassName
{
background-color: #EF5133;
}
.BgClassName
{
background-color: #EF5133;
}
</style>
border-color css
<style>
span { border-color: #EF5133; }
span { border-color: rgb(239,81,51); }
td.TdClassName
{
border-color: #EF5133;
}
.TagClassName
{
border-color: #EF5133;
}
</style>