Shades of Torch Red #ED001C
Tints of Torch Red #ED001C
RGB
CMYK
RGB Variations
Color information
#ED001C (or 0xED001C) is known color: Torch Red. HEX triplet: ED, 00 and 1C. RGB value is (237,0,28). Sum of RGB (Red+Green+Blue) = 237+0+28=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED001C is #12FFE3. Grayscale: #4A4A4A. Windows color (decimal): -1245156 or 1835245. OLE color: 1835245.
HSL color Cylindrical-coordinate representation of color #ED001C: hue angle of 352.91º 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 #ED001C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.88 | 0.07 |
| HSL | 352.91º | 1% | 0.46% | - |
| HSV(B) | 352.91º | 1% | 0.93% | - |
| XYZ | 35.13 | 18.09 | 2.74 | - |
| YUV | 74.06 | 102.02 | 244.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 28 | 0 | 1 | 0.88 | 0.07 | 352.91 | 1 | 0.46 |
| Hex | ED | 0 | 1C | 0 | 64 | 58 | 7 | 161 | 64 | 2E |
| Octal | 355 | 0 | 34 | 0 | 144 | 130 | 7 | 541 | 144 | 56 |
| Binary | 11101101 | 0 | 11100 | 0 | 1100100 | 1011000 | 111 | 101100001 | 1100100 | 101110 |
Color Harmonies of #ED001C
Complementary color
Monochromatic Colors of #ED001C
Black with #ED001C
Text Example
Text Example
White with #ED001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED001C; }
p { color: rgb(237,0,28); }
H1.HeaderClassName
{
color: #ED001C;
}
.AnyTagClassName
{
color: #ED001C;
}
</style>
background-color css
<style>
a { background-color: #ED001C; }
a { background-color: rgb(237,0,28); }
div.DivClassName
{
background-color: #ED001C;
}
.BgClassName
{
background-color: #ED001C;
}
</style>
border-color css
<style>
span { border-color: #ED001C; }
span { border-color: rgb(237,0,28); }
td.TdClassName
{
border-color: #ED001C;
}
.TagClassName
{
border-color: #ED001C;
}
</style>