Html Css Color HEX #ED073C Torch Red

📋 copy color: '#ED073C'

red 237 ◦ green 7 ◦ blue 60

#ED073C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #ED073C

Tints of Torch Red #ED073C

RGB

 RED value IS 237 (92.97% from 255) = 77.96%

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 77.96%
G = 2.3%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED073C (or 0xED073C) is known color: Torch Red. HEX triplet: ED, 07 and 3C. RGB value is (237,7,60). Sum of RGB (Red+Green+Blue) = 237+7+60=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED073C is #12F8C3. Grayscale: #515151. Windows color (decimal): -1243332 or 3934189. OLE color: 3934189.

HSL color Cylindrical-coordinate representation of color #ED073C: hue angle of 346.17º degrees, saturation: 0.94, 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 #ED073C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 7 60 -
CMYK 0 0.97 0.75 0.07
HSL 346.17º 0.94% 0.48% -
HSV(B) 346.17º 0.97% 0.93% -
XYZ 35.82 18.48 5.95 -
YUV 81.81 115.7 238.69 -
System Red Green Blue C M Y K H S L
Decimal 237 7 60 0 0.97 0.75 0.07 346.17 0.94 0.48
Hex ED 7 3C 0 61 4B 7 15A 5E 30
Octal 355 7 74 0 141 113 7 532 136 60
Binary 11101101 111 111100 0 1100001 1001011 111 101011010 1011110 110000

Color Harmonies of #ED073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED073C

Black with #ED073C

Text Example


Text Example

White with #ED073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED073C; }

 p { color: rgb(237,7,60); }

 H1.HeaderClassName
 {
   color: #ED073C;
 }
 .AnyTagClassName
 {
   color: #ED073C;
 }
</style>

background-color css

<style>
 a { background-color: #ED073C; }

 a { background-color: rgb(237,7,60); }

 div.DivClassName
 {
   background-color: #ED073C;
 }
 .BgClassName
 {
   background-color: #ED073C;
 }
</style>

border-color css

<style>
 span { border-color: #ED073C; }

 span { border-color: rgb(237,7,60); }

 td.TdClassName
 {
   border-color: #ED073C;
 }
 .TagClassName
 {
   border-color: #ED073C;
 }
</style>