Shades of Cinnabar #EF4D33
Tints of Cinnabar #EF4D33
RGB
CMYK
RGB Variations
Color information
#EF4D33 (or 0xEF4D33) is known color: Cinnabar. HEX triplet: EF, 4D and 33. RGB value is (239,77,51). Sum of RGB (Red+Green+Blue) = 239+77+51=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4D33 is #10B2CC. Grayscale: #7A7A7A. Windows color (decimal): -1094349 or 3362287. OLE color: 3362287.
HSL color Cylindrical-coordinate representation of color #EF4D33: hue angle of 8.3º 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 #EF4D33 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 51 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.06 |
| HSL | 8.3º | 0.85% | 0.57% | - |
| HSV(B) | 8.3º | 0.79% | 0.94% | - |
| XYZ | 38.85 | 23.9 | 5.7 | - |
| YUV | 122.47 | 87.67 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 51 | 0 | 0.68 | 0.79 | 0.06 | 8.3 | 0.85 | 0.57 |
| Hex | EF | 4D | 33 | 0 | 44 | 4F | 6 | 8 | 55 | 39 |
| Octal | 357 | 115 | 63 | 0 | 104 | 117 | 6 | 10 | 125 | 71 |
| Binary | 11101111 | 1001101 | 110011 | 0 | 1000100 | 1001111 | 110 | 1000 | 1010101 | 111001 |
Color Harmonies of #EF4D33
Complementary color
Monochromatic Colors of #EF4D33
Black with #EF4D33
Text Example
Text Example
White with #EF4D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D33; }
p { color: rgb(239,77,51); }
H1.HeaderClassName
{
color: #EF4D33;
}
.AnyTagClassName
{
color: #EF4D33;
}
</style>
background-color css
<style>
a { background-color: #EF4D33; }
a { background-color: rgb(239,77,51); }
div.DivClassName
{
background-color: #EF4D33;
}
.BgClassName
{
background-color: #EF4D33;
}
</style>
border-color css
<style>
span { border-color: #EF4D33; }
span { border-color: rgb(239,77,51); }
td.TdClassName
{
border-color: #EF4D33;
}
.TagClassName
{
border-color: #EF4D33;
}
</style>