Shades of Torch Red #ED0326
Tints of Torch Red #ED0326
RGB
CMYK
RGB Variations
Color information
#ED0326 (or 0xED0326) is known color: Torch Red. HEX triplet: ED, 03 and 26. RGB value is (237,3,38). Sum of RGB (Red+Green+Blue) = 237+3+38=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0326 is #12FCD9. Grayscale: #4D4D4D. Windows color (decimal): -1244378 or 2491373. OLE color: 2491373.
HSL color Cylindrical-coordinate representation of color #ED0326: hue angle of 351.03º 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 #ED0326 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 38 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.07 |
| HSL | 351.03º | 0.98% | 0.47% | - |
| HSV(B) | 351.03º | 0.99% | 0.93% | - |
| XYZ | 35.31 | 18.21 | 3.49 | - |
| YUV | 76.96 | 106.02 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 38 | 0 | 0.99 | 0.84 | 0.07 | 351.03 | 0.98 | 0.47 |
| Hex | ED | 3 | 26 | 0 | 63 | 54 | 7 | 15F | 62 | 2F |
| Octal | 355 | 3 | 46 | 0 | 143 | 124 | 7 | 537 | 142 | 57 |
| Binary | 11101101 | 11 | 100110 | 0 | 1100011 | 1010100 | 111 | 101011111 | 1100010 | 101111 |
Color Harmonies of #ED0326
Complementary color
Monochromatic Colors of #ED0326
Black with #ED0326
Text Example
Text Example
White with #ED0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0326; }
p { color: rgb(237,3,38); }
H1.HeaderClassName
{
color: #ED0326;
}
.AnyTagClassName
{
color: #ED0326;
}
</style>
background-color css
<style>
a { background-color: #ED0326; }
a { background-color: rgb(237,3,38); }
div.DivClassName
{
background-color: #ED0326;
}
.BgClassName
{
background-color: #ED0326;
}
</style>
border-color css
<style>
span { border-color: #ED0326; }
span { border-color: rgb(237,3,38); }
td.TdClassName
{
border-color: #ED0326;
}
.TagClassName
{
border-color: #ED0326;
}
</style>