Shades of Cinnabar #EF4033
Tints of Cinnabar #EF4033
RGB
CMYK
RGB Variations
Color information
#EF4033 (or 0xEF4033) is known color: Cinnabar. HEX triplet: EF, 40 and 33. RGB value is (239,64,51). Sum of RGB (Red+Green+Blue) = 239+64+51=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4033 is #10BFCC. Grayscale: #737373. Windows color (decimal): -1097677 or 3358959. OLE color: 3358959.
HSL color Cylindrical-coordinate representation of color #EF4033: hue angle of 4.15º 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 #EF4033 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 51 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.06 |
| HSL | 4.15º | 0.85% | 0.57% | - |
| HSV(B) | 4.15º | 0.79% | 0.94% | - |
| XYZ | 38.03 | 22.26 | 5.42 | - |
| YUV | 114.84 | 91.98 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 51 | 0 | 0.73 | 0.79 | 0.06 | 4.15 | 0.85 | 0.57 |
| Hex | EF | 40 | 33 | 0 | 49 | 4F | 6 | 4 | 55 | 39 |
| Octal | 357 | 100 | 63 | 0 | 111 | 117 | 6 | 4 | 125 | 71 |
| Binary | 11101111 | 1000000 | 110011 | 0 | 1001001 | 1001111 | 110 | 100 | 1010101 | 111001 |
Color Harmonies of #EF4033
Complementary color
Monochromatic Colors of #EF4033
Black with #EF4033
Text Example
Text Example
White with #EF4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4033; }
p { color: rgb(239,64,51); }
H1.HeaderClassName
{
color: #EF4033;
}
.AnyTagClassName
{
color: #EF4033;
}
</style>
background-color css
<style>
a { background-color: #EF4033; }
a { background-color: rgb(239,64,51); }
div.DivClassName
{
background-color: #EF4033;
}
.BgClassName
{
background-color: #EF4033;
}
</style>
border-color css
<style>
span { border-color: #EF4033; }
span { border-color: rgb(239,64,51); }
td.TdClassName
{
border-color: #EF4033;
}
.TagClassName
{
border-color: #EF4033;
}
</style>