Shades of Torch Red #EF0328
Tints of Torch Red #EF0328
RGB
CMYK
RGB Variations
Color information
#EF0328 (or 0xEF0328) is known color: Torch Red. HEX triplet: EF, 03 and 28. RGB value is (239,3,40). Sum of RGB (Red+Green+Blue) = 239+3+40=282 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.75% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0328 is #10FCD7. Grayscale: #4D4D4D. Windows color (decimal): -1113304 or 2622447. OLE color: 2622447.
HSL color Cylindrical-coordinate representation of color #EF0328: hue angle of 350.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0328 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.06 |
| HSL | 350.59º | 0.98% | 0.47% | - |
| HSV(B) | 350.59º | 0.99% | 0.94% | - |
| XYZ | 36.01 | 18.57 | 3.69 | - |
| YUV | 77.78 | 106.69 | 242.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 40 | 0 | 0.99 | 0.83 | 0.06 | 350.59 | 0.98 | 0.47 |
| Hex | EF | 3 | 28 | 0 | 63 | 53 | 6 | 15F | 62 | 2F |
| Octal | 357 | 3 | 50 | 0 | 143 | 123 | 6 | 537 | 142 | 57 |
| Binary | 11101111 | 11 | 101000 | 0 | 1100011 | 1010011 | 110 | 101011111 | 1100010 | 101111 |
Color Harmonies of #EF0328
Complementary color
Monochromatic Colors of #EF0328
Black with #EF0328
Text Example
Text Example
White with #EF0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0328; }
p { color: rgb(239,3,40); }
H1.HeaderClassName
{
color: #EF0328;
}
.AnyTagClassName
{
color: #EF0328;
}
</style>
background-color css
<style>
a { background-color: #EF0328; }
a { background-color: rgb(239,3,40); }
div.DivClassName
{
background-color: #EF0328;
}
.BgClassName
{
background-color: #EF0328;
}
</style>
border-color css
<style>
span { border-color: #EF0328; }
span { border-color: rgb(239,3,40); }
td.TdClassName
{
border-color: #EF0328;
}
.TagClassName
{
border-color: #EF0328;
}
</style>