Shades of Torch Red #ED063C
Tints of Torch Red #ED063C
RGB
CMYK
RGB Variations
Color information
#ED063C (or 0xED063C) is known color: Torch Red. HEX triplet: ED, 06 and 3C. RGB value is (237,6,60). Sum of RGB (Red+Green+Blue) = 237+6+60=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED063C is #12F9C3. Grayscale: #515151. Windows color (decimal): -1243588 or 3933933. OLE color: 3933933.
HSL color Cylindrical-coordinate representation of color #ED063C: hue angle of 345.97º 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 #ED063C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.07 |
| HSL | 345.97º | 0.95% | 0.48% | - |
| HSV(B) | 345.97º | 0.97% | 0.93% | - |
| XYZ | 35.81 | 18.46 | 5.95 | - |
| YUV | 81.23 | 116.03 | 239.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 60 | 0 | 0.97 | 0.75 | 0.07 | 345.97 | 0.95 | 0.48 |
| Hex | ED | 6 | 3C | 0 | 61 | 4B | 7 | 15A | 5F | 30 |
| Octal | 355 | 6 | 74 | 0 | 141 | 113 | 7 | 532 | 137 | 60 |
| Binary | 11101101 | 110 | 111100 | 0 | 1100001 | 1001011 | 111 | 101011010 | 1011111 | 110000 |
Color Harmonies of #ED063C
Complementary color
Monochromatic Colors of #ED063C
Black with #ED063C
Text Example
Text Example
White with #ED063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED063C; }
p { color: rgb(237,6,60); }
H1.HeaderClassName
{
color: #ED063C;
}
.AnyTagClassName
{
color: #ED063C;
}
</style>
background-color css
<style>
a { background-color: #ED063C; }
a { background-color: rgb(237,6,60); }
div.DivClassName
{
background-color: #ED063C;
}
.BgClassName
{
background-color: #ED063C;
}
</style>
border-color css
<style>
span { border-color: #ED063C; }
span { border-color: rgb(237,6,60); }
td.TdClassName
{
border-color: #ED063C;
}
.TagClassName
{
border-color: #ED063C;
}
</style>