Shades of Torch Red #ED0330
Tints of Torch Red #ED0330
RGB
CMYK
RGB Variations
Color information
#ED0330 (or 0xED0330) is known color: Torch Red. HEX triplet: ED, 03 and 30. RGB value is (237,3,48). Sum of RGB (Red+Green+Blue) = 237+3+48=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0330 is #12FCCF. Grayscale: #4E4E4E. Windows color (decimal): -1244368 or 3146733. OLE color: 3146733.
HSL color Cylindrical-coordinate representation of color #ED0330: hue angle of 348.46º 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 #ED0330 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.07 |
| HSL | 348.46º | 0.98% | 0.47% | - |
| HSV(B) | 348.46º | 0.99% | 0.93% | - |
| XYZ | 35.49 | 18.28 | 4.45 | - |
| YUV | 78.1 | 111.02 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 48 | 0 | 0.99 | 0.80 | 0.07 | 348.46 | 0.98 | 0.47 |
| Hex | ED | 3 | 30 | 0 | 63 | 50 | 7 | 15C | 62 | 2F |
| Octal | 355 | 3 | 60 | 0 | 143 | 120 | 7 | 534 | 142 | 57 |
| Binary | 11101101 | 11 | 110000 | 0 | 1100011 | 1010000 | 111 | 101011100 | 1100010 | 101111 |
Color Harmonies of #ED0330
Complementary color
Monochromatic Colors of #ED0330
Black with #ED0330
Text Example
Text Example
White with #ED0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0330; }
p { color: rgb(237,3,48); }
H1.HeaderClassName
{
color: #ED0330;
}
.AnyTagClassName
{
color: #ED0330;
}
</style>
background-color css
<style>
a { background-color: #ED0330; }
a { background-color: rgb(237,3,48); }
div.DivClassName
{
background-color: #ED0330;
}
.BgClassName
{
background-color: #ED0330;
}
</style>
border-color css
<style>
span { border-color: #ED0330; }
span { border-color: rgb(237,3,48); }
td.TdClassName
{
border-color: #ED0330;
}
.TagClassName
{
border-color: #ED0330;
}
</style>