Shades of Cinnabar #EF4833
Tints of Cinnabar #EF4833
RGB
CMYK
RGB Variations
Color information
#EF4833 (or 0xEF4833) is known color: Cinnabar. HEX triplet: EF, 48 and 33. RGB value is (239,72,51). Sum of RGB (Red+Green+Blue) = 239+72+51=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4833 is #10B7CC. Grayscale: #777777. Windows color (decimal): -1095629 or 3361007. OLE color: 3361007.
HSL color Cylindrical-coordinate representation of color #EF4833: hue angle of 6.7º 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 #EF4833 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 51 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.06 |
| HSL | 6.7º | 0.85% | 0.57% | - |
| HSV(B) | 6.7º | 0.79% | 0.94% | - |
| XYZ | 38.51 | 23.22 | 5.58 | - |
| YUV | 119.54 | 89.33 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 51 | 0 | 0.70 | 0.79 | 0.06 | 6.7 | 0.85 | 0.57 |
| Hex | EF | 48 | 33 | 0 | 46 | 4F | 6 | 7 | 55 | 39 |
| Octal | 357 | 110 | 63 | 0 | 106 | 117 | 6 | 7 | 125 | 71 |
| Binary | 11101111 | 1001000 | 110011 | 0 | 1000110 | 1001111 | 110 | 111 | 1010101 | 111001 |
Color Harmonies of #EF4833
Complementary color
Monochromatic Colors of #EF4833
Black with #EF4833
Text Example
Text Example
White with #EF4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4833; }
p { color: rgb(239,72,51); }
H1.HeaderClassName
{
color: #EF4833;
}
.AnyTagClassName
{
color: #EF4833;
}
</style>
background-color css
<style>
a { background-color: #EF4833; }
a { background-color: rgb(239,72,51); }
div.DivClassName
{
background-color: #EF4833;
}
.BgClassName
{
background-color: #EF4833;
}
</style>
border-color css
<style>
span { border-color: #EF4833; }
span { border-color: rgb(239,72,51); }
td.TdClassName
{
border-color: #EF4833;
}
.TagClassName
{
border-color: #EF4833;
}
</style>