Shades of Torch Red #EF0321
Tints of Torch Red #EF0321
RGB
CMYK
RGB Variations
Color information
#EF0321 (or 0xEF0321) is known color: Torch Red. HEX triplet: EF, 03 and 21. RGB value is (239,3,33). Sum of RGB (Red+Green+Blue) = 239+3+33=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0321 is #10FCDE. Grayscale: #4D4D4D. Windows color (decimal): -1113311 or 2163695. OLE color: 2163695.
HSL color Cylindrical-coordinate representation of color #EF0321: hue angle of 352.37º 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 #EF0321 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.06 |
| HSL | 352.37º | 0.98% | 0.47% | - |
| HSV(B) | 352.37º | 0.99% | 0.94% | - |
| XYZ | 35.9 | 18.53 | 3.12 | - |
| YUV | 76.98 | 103.19 | 243.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 33 | 0 | 0.99 | 0.86 | 0.06 | 352.37 | 0.98 | 0.47 |
| Hex | EF | 3 | 21 | 0 | 63 | 56 | 6 | 160 | 62 | 2F |
| Octal | 357 | 3 | 41 | 0 | 143 | 126 | 6 | 540 | 142 | 57 |
| Binary | 11101111 | 11 | 100001 | 0 | 1100011 | 1010110 | 110 | 101100000 | 1100010 | 101111 |
Color Harmonies of #EF0321
Complementary color
Monochromatic Colors of #EF0321
Black with #EF0321
Text Example
Text Example
White with #EF0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0321; }
p { color: rgb(239,3,33); }
H1.HeaderClassName
{
color: #EF0321;
}
.AnyTagClassName
{
color: #EF0321;
}
</style>
background-color css
<style>
a { background-color: #EF0321; }
a { background-color: rgb(239,3,33); }
div.DivClassName
{
background-color: #EF0321;
}
.BgClassName
{
background-color: #EF0321;
}
</style>
border-color css
<style>
span { border-color: #EF0321; }
span { border-color: rgb(239,3,33); }
td.TdClassName
{
border-color: #EF0321;
}
.TagClassName
{
border-color: #EF0321;
}
</style>