Shades of Torch Red #EF0319
Tints of Torch Red #EF0319
RGB
CMYK
RGB Variations
Color information
#EF0319 (or 0xEF0319) is known color: Torch Red. HEX triplet: EF, 03 and 19. RGB value is (239,3,25). Sum of RGB (Red+Green+Blue) = 239+3+25=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0319 is #10FCE6. Grayscale: #4C4C4C. Windows color (decimal): -1113319 or 1639407. OLE color: 1639407.
HSL color Cylindrical-coordinate representation of color #EF0319: hue angle of 354.41º 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 #EF0319 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.06 |
| HSL | 354.41º | 0.98% | 0.47% | - |
| HSV(B) | 354.41º | 0.99% | 0.94% | - |
| XYZ | 35.8 | 18.49 | 2.6 | - |
| YUV | 76.07 | 99.19 | 244.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 25 | 0 | 0.99 | 0.90 | 0.06 | 354.41 | 0.98 | 0.47 |
| Hex | EF | 3 | 19 | 0 | 63 | 5A | 6 | 162 | 62 | 2F |
| Octal | 357 | 3 | 31 | 0 | 143 | 132 | 6 | 542 | 142 | 57 |
| Binary | 11101111 | 11 | 11001 | 0 | 1100011 | 1011010 | 110 | 101100010 | 1100010 | 101111 |
Color Harmonies of #EF0319
Complementary color
Monochromatic Colors of #EF0319
Black with #EF0319
Text Example
Text Example
White with #EF0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0319; }
p { color: rgb(239,3,25); }
H1.HeaderClassName
{
color: #EF0319;
}
.AnyTagClassName
{
color: #EF0319;
}
</style>
background-color css
<style>
a { background-color: #EF0319; }
a { background-color: rgb(239,3,25); }
div.DivClassName
{
background-color: #EF0319;
}
.BgClassName
{
background-color: #EF0319;
}
</style>
border-color css
<style>
span { border-color: #EF0319; }
span { border-color: rgb(239,3,25); }
td.TdClassName
{
border-color: #EF0319;
}
.TagClassName
{
border-color: #EF0319;
}
</style>