Shades of Torch Red #EF0C2B
Tints of Torch Red #EF0C2B
RGB
CMYK
RGB Variations
Color information
#EF0C2B (or 0xEF0C2B) is known color: Torch Red. HEX triplet: EF, 0C and 2B. RGB value is (239,12,43). Sum of RGB (Red+Green+Blue) = 239+12+43=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0C2B is #10F3D4. Grayscale: #535353. Windows color (decimal): -1110997 or 2821359. OLE color: 2821359.
HSL color Cylindrical-coordinate representation of color #EF0C2B: hue angle of 351.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0C2B is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 43 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.06 |
| HSL | 351.81º | 0.9% | 0.49% | - |
| HSV(B) | 351.81º | 0.95% | 0.94% | - |
| XYZ | 36.16 | 18.79 | 4.01 | - |
| YUV | 83.41 | 105.21 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 43 | 0 | 0.95 | 0.82 | 0.06 | 351.81 | 0.9 | 0.49 |
| Hex | EF | C | 2B | 0 | 5F | 52 | 6 | 160 | 5A | 31 |
| Octal | 357 | 14 | 53 | 0 | 137 | 122 | 6 | 540 | 132 | 61 |
| Binary | 11101111 | 1100 | 101011 | 0 | 1011111 | 1010010 | 110 | 101100000 | 1011010 | 110001 |
Color Harmonies of #EF0C2B
Complementary color
Monochromatic Colors of #EF0C2B
Black with #EF0C2B
Text Example
Text Example
White with #EF0C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C2B; }
p { color: rgb(239,12,43); }
H1.HeaderClassName
{
color: #EF0C2B;
}
.AnyTagClassName
{
color: #EF0C2B;
}
</style>
background-color css
<style>
a { background-color: #EF0C2B; }
a { background-color: rgb(239,12,43); }
div.DivClassName
{
background-color: #EF0C2B;
}
.BgClassName
{
background-color: #EF0C2B;
}
</style>
border-color css
<style>
span { border-color: #EF0C2B; }
span { border-color: rgb(239,12,43); }
td.TdClassName
{
border-color: #EF0C2B;
}
.TagClassName
{
border-color: #EF0C2B;
}
</style>