Shades of Cinnabar #EF4232
Tints of Cinnabar #EF4232
RGB
CMYK
RGB Variations
Color information
#EF4232 (or 0xEF4232) is known color: Cinnabar. HEX triplet: EF, 42 and 32. RGB value is (239,66,50). Sum of RGB (Red+Green+Blue) = 239+66+50=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4232 is #10BDCD. Grayscale: #747474. Windows color (decimal): -1097166 or 3293935. OLE color: 3293935.
HSL color Cylindrical-coordinate representation of color #EF4232: hue angle of 5.08º degrees, saturation: 0.86, 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 #EF4232 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 50 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.06 |
| HSL | 5.08º | 0.86% | 0.57% | - |
| HSV(B) | 5.08º | 0.79% | 0.94% | - |
| XYZ | 38.12 | 22.48 | 5.35 | - |
| YUV | 115.9 | 90.81 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 50 | 0 | 0.72 | 0.79 | 0.06 | 5.08 | 0.86 | 0.57 |
| Hex | EF | 42 | 32 | 0 | 48 | 4F | 6 | 5 | 56 | 39 |
| Octal | 357 | 102 | 62 | 0 | 110 | 117 | 6 | 5 | 126 | 71 |
| Binary | 11101111 | 1000010 | 110010 | 0 | 1001000 | 1001111 | 110 | 101 | 1010110 | 111001 |
Color Harmonies of #EF4232
Complementary color
Monochromatic Colors of #EF4232
Black with #EF4232
Text Example
Text Example
White with #EF4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4232; }
p { color: rgb(239,66,50); }
H1.HeaderClassName
{
color: #EF4232;
}
.AnyTagClassName
{
color: #EF4232;
}
</style>
background-color css
<style>
a { background-color: #EF4232; }
a { background-color: rgb(239,66,50); }
div.DivClassName
{
background-color: #EF4232;
}
.BgClassName
{
background-color: #EF4232;
}
</style>
border-color css
<style>
span { border-color: #EF4232; }
span { border-color: rgb(239,66,50); }
td.TdClassName
{
border-color: #EF4232;
}
.TagClassName
{
border-color: #EF4232;
}
</style>