Shades of Torch Red #ED032F
Tints of Torch Red #ED032F
RGB
CMYK
RGB Variations
Color information
#ED032F (or 0xED032F) is known color: Torch Red. HEX triplet: ED, 03 and 2F. RGB value is (237,3,47). Sum of RGB (Red+Green+Blue) = 237+3+47=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED032F is #12FCD0. Grayscale: #4E4E4E. Windows color (decimal): -1244369 or 3081197. OLE color: 3081197.
HSL color Cylindrical-coordinate representation of color #ED032F: hue angle of 348.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED032F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.07 |
| HSL | 348.72º | 0.98% | 0.47% | - |
| HSV(B) | 348.72º | 0.99% | 0.93% | - |
| XYZ | 35.47 | 18.27 | 4.35 | - |
| YUV | 77.98 | 110.52 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 47 | 0 | 0.99 | 0.80 | 0.07 | 348.72 | 0.98 | 0.47 |
| Hex | ED | 3 | 2F | 0 | 63 | 50 | 7 | 15D | 62 | 2F |
| Octal | 355 | 3 | 57 | 0 | 143 | 120 | 7 | 535 | 142 | 57 |
| Binary | 11101101 | 11 | 101111 | 0 | 1100011 | 1010000 | 111 | 101011101 | 1100010 | 101111 |
Color Harmonies of #ED032F
Complementary color
Monochromatic Colors of #ED032F
Black with #ED032F
Text Example
Text Example
White with #ED032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED032F; }
p { color: rgb(237,3,47); }
H1.HeaderClassName
{
color: #ED032F;
}
.AnyTagClassName
{
color: #ED032F;
}
</style>
background-color css
<style>
a { background-color: #ED032F; }
a { background-color: rgb(237,3,47); }
div.DivClassName
{
background-color: #ED032F;
}
.BgClassName
{
background-color: #ED032F;
}
</style>
border-color css
<style>
span { border-color: #ED032F; }
span { border-color: rgb(237,3,47); }
td.TdClassName
{
border-color: #ED032F;
}
.TagClassName
{
border-color: #ED032F;
}
</style>