Shades of Torch Red #ED002B
Tints of Torch Red #ED002B
RGB
CMYK
RGB Variations
Color information
#ED002B (or 0xED002B) is known color: Torch Red. HEX triplet: ED, 00 and 2B. RGB value is (237,0,43). Sum of RGB (Red+Green+Blue) = 237+0+43=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED002B is #12FFD4. Grayscale: #4B4B4B. Windows color (decimal): -1245141 or 2818285. OLE color: 2818285.
HSL color Cylindrical-coordinate representation of color #ED002B: hue angle of 349.11º 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 #ED002B is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.82 | 0.07 |
| HSL | 349.11º | 1% | 0.46% | - |
| HSV(B) | 349.11º | 1% | 0.93% | - |
| XYZ | 35.36 | 18.18 | 3.93 | - |
| YUV | 75.77 | 109.52 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 43 | 0 | 1 | 0.82 | 0.07 | 349.11 | 1 | 0.46 |
| Hex | ED | 0 | 2B | 0 | 64 | 52 | 7 | 15D | 64 | 2E |
| Octal | 355 | 0 | 53 | 0 | 144 | 122 | 7 | 535 | 144 | 56 |
| Binary | 11101101 | 0 | 101011 | 0 | 1100100 | 1010010 | 111 | 101011101 | 1100100 | 101110 |
Color Harmonies of #ED002B
Complementary color
Monochromatic Colors of #ED002B
Black with #ED002B
Text Example
Text Example
White with #ED002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED002B; }
p { color: rgb(237,0,43); }
H1.HeaderClassName
{
color: #ED002B;
}
.AnyTagClassName
{
color: #ED002B;
}
</style>
background-color css
<style>
a { background-color: #ED002B; }
a { background-color: rgb(237,0,43); }
div.DivClassName
{
background-color: #ED002B;
}
.BgClassName
{
background-color: #ED002B;
}
</style>
border-color css
<style>
span { border-color: #ED002B; }
span { border-color: rgb(237,0,43); }
td.TdClassName
{
border-color: #ED002B;
}
.TagClassName
{
border-color: #ED002B;
}
</style>