Shades of Torch Red #ED0618
Tints of Torch Red #ED0618
RGB
CMYK
RGB Variations
Color information
#ED0618 (or 0xED0618) is known color: Torch Red. HEX triplet: ED, 06 and 18. RGB value is (237,6,24). Sum of RGB (Red+Green+Blue) = 237+6+24=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0618 is #12F9E7. Grayscale: #4D4D4D. Windows color (decimal): -1243624 or 1574637. OLE color: 1574637.
HSL color Cylindrical-coordinate representation of color #ED0618: hue angle of 355.32º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0618 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 24 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.07 |
| HSL | 355.32º | 0.95% | 0.48% | - |
| HSV(B) | 355.32º | 0.97% | 0.93% | - |
| XYZ | 35.16 | 18.2 | 2.52 | - |
| YUV | 77.12 | 98.03 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 24 | 0 | 0.97 | 0.90 | 0.07 | 355.32 | 0.95 | 0.48 |
| Hex | ED | 6 | 18 | 0 | 61 | 5A | 7 | 163 | 5F | 30 |
| Octal | 355 | 6 | 30 | 0 | 141 | 132 | 7 | 543 | 137 | 60 |
| Binary | 11101101 | 110 | 11000 | 0 | 1100001 | 1011010 | 111 | 101100011 | 1011111 | 110000 |
Color Harmonies of #ED0618
Complementary color
Monochromatic Colors of #ED0618
Black with #ED0618
Text Example
Text Example
White with #ED0618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0618; }
p { color: rgb(237,6,24); }
H1.HeaderClassName
{
color: #ED0618;
}
.AnyTagClassName
{
color: #ED0618;
}
</style>
background-color css
<style>
a { background-color: #ED0618; }
a { background-color: rgb(237,6,24); }
div.DivClassName
{
background-color: #ED0618;
}
.BgClassName
{
background-color: #ED0618;
}
</style>
border-color css
<style>
span { border-color: #ED0618; }
span { border-color: rgb(237,6,24); }
td.TdClassName
{
border-color: #ED0618;
}
.TagClassName
{
border-color: #ED0618;
}
</style>