Shades of Torch Red #ED0023
Tints of Torch Red #ED0023
RGB
CMYK
RGB Variations
Color information
#ED0023 (or 0xED0023) is known color: Torch Red. HEX triplet: ED, 00 and 23. RGB value is (237,0,35). Sum of RGB (Red+Green+Blue) = 237+0+35=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0023 is #12FFDC. Grayscale: #4A4A4A. Windows color (decimal): -1245149 or 2293997. OLE color: 2293997.
HSL color Cylindrical-coordinate representation of color #ED0023: hue angle of 351.14º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0023 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.85 | 0.07 |
| HSL | 351.14º | 1% | 0.46% | - |
| HSV(B) | 351.14º | 1% | 0.93% | - |
| XYZ | 35.23 | 18.13 | 3.23 | - |
| YUV | 74.85 | 105.52 | 243.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 35 | 0 | 1 | 0.85 | 0.07 | 351.14 | 1 | 0.46 |
| Hex | ED | 0 | 23 | 0 | 64 | 55 | 7 | 15F | 64 | 2E |
| Octal | 355 | 0 | 43 | 0 | 144 | 125 | 7 | 537 | 144 | 56 |
| Binary | 11101101 | 0 | 100011 | 0 | 1100100 | 1010101 | 111 | 101011111 | 1100100 | 101110 |
Color Harmonies of #ED0023
Complementary color
Monochromatic Colors of #ED0023
Black with #ED0023
Text Example
Text Example
White with #ED0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0023; }
p { color: rgb(237,0,35); }
H1.HeaderClassName
{
color: #ED0023;
}
.AnyTagClassName
{
color: #ED0023;
}
</style>
background-color css
<style>
a { background-color: #ED0023; }
a { background-color: rgb(237,0,35); }
div.DivClassName
{
background-color: #ED0023;
}
.BgClassName
{
background-color: #ED0023;
}
</style>
border-color css
<style>
span { border-color: #ED0023; }
span { border-color: rgb(237,0,35); }
td.TdClassName
{
border-color: #ED0023;
}
.TagClassName
{
border-color: #ED0023;
}
</style>