Shades of Torch Red #ED031C
Tints of Torch Red #ED031C
RGB
CMYK
RGB Variations
Color information
#ED031C (or 0xED031C) is known color: Torch Red. HEX triplet: ED, 03 and 1C. RGB value is (237,3,28). Sum of RGB (Red+Green+Blue) = 237+3+28=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED031C is #12FCE3. Grayscale: #4B4B4B. Windows color (decimal): -1244388 or 1836013. OLE color: 1836013.
HSL color Cylindrical-coordinate representation of color #ED031C: hue angle of 353.59º 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 #ED031C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.07 |
| HSL | 353.59º | 0.98% | 0.47% | - |
| HSV(B) | 353.59º | 0.99% | 0.93% | - |
| XYZ | 35.17 | 18.15 | 2.75 | - |
| YUV | 75.82 | 101.02 | 242.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 28 | 0 | 0.99 | 0.88 | 0.07 | 353.59 | 0.98 | 0.47 |
| Hex | ED | 3 | 1C | 0 | 63 | 58 | 7 | 162 | 62 | 2F |
| Octal | 355 | 3 | 34 | 0 | 143 | 130 | 7 | 542 | 142 | 57 |
| Binary | 11101101 | 11 | 11100 | 0 | 1100011 | 1011000 | 111 | 101100010 | 1100010 | 101111 |
Color Harmonies of #ED031C
Complementary color
Monochromatic Colors of #ED031C
Black with #ED031C
Text Example
Text Example
White with #ED031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED031C; }
p { color: rgb(237,3,28); }
H1.HeaderClassName
{
color: #ED031C;
}
.AnyTagClassName
{
color: #ED031C;
}
</style>
background-color css
<style>
a { background-color: #ED031C; }
a { background-color: rgb(237,3,28); }
div.DivClassName
{
background-color: #ED031C;
}
.BgClassName
{
background-color: #ED031C;
}
</style>
border-color css
<style>
span { border-color: #ED031C; }
span { border-color: rgb(237,3,28); }
td.TdClassName
{
border-color: #ED031C;
}
.TagClassName
{
border-color: #ED031C;
}
</style>