Shades of Torch Red #EF0325
Tints of Torch Red #EF0325
RGB
CMYK
RGB Variations
Color information
#EF0325 (or 0xEF0325) is known color: Torch Red. HEX triplet: EF, 03 and 25. RGB value is (239,3,37). Sum of RGB (Red+Green+Blue) = 239+3+37=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0325 is #10FCDA. Grayscale: #4D4D4D. Windows color (decimal): -1113307 or 2425839. OLE color: 2425839.
HSL color Cylindrical-coordinate representation of color #EF0325: hue angle of 351.36º 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 #EF0325 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 37 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.06 |
| HSL | 351.36º | 0.98% | 0.47% | - |
| HSV(B) | 351.36º | 0.99% | 0.94% | - |
| XYZ | 35.96 | 18.55 | 3.44 | - |
| YUV | 77.44 | 105.19 | 243.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 37 | 0 | 0.99 | 0.85 | 0.06 | 351.36 | 0.98 | 0.47 |
| Hex | EF | 3 | 25 | 0 | 63 | 55 | 6 | 15F | 62 | 2F |
| Octal | 357 | 3 | 45 | 0 | 143 | 125 | 6 | 537 | 142 | 57 |
| Binary | 11101111 | 11 | 100101 | 0 | 1100011 | 1010101 | 110 | 101011111 | 1100010 | 101111 |
Color Harmonies of #EF0325
Complementary color
Monochromatic Colors of #EF0325
Black with #EF0325
Text Example
Text Example
White with #EF0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0325; }
p { color: rgb(239,3,37); }
H1.HeaderClassName
{
color: #EF0325;
}
.AnyTagClassName
{
color: #EF0325;
}
</style>
background-color css
<style>
a { background-color: #EF0325; }
a { background-color: rgb(239,3,37); }
div.DivClassName
{
background-color: #EF0325;
}
.BgClassName
{
background-color: #EF0325;
}
</style>
border-color css
<style>
span { border-color: #EF0325; }
span { border-color: rgb(239,3,37); }
td.TdClassName
{
border-color: #EF0325;
}
.TagClassName
{
border-color: #EF0325;
}
</style>