Html Css Color HEX #ED073F Torch Red

📋 copy color: '#ED073F'

red 237 ◦ green 7 ◦ blue 63

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

Shades of Torch Red #ED073F

Tints of Torch Red #ED073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.52%

R = 77.2%
G = 2.28%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED073F (or 0xED073F) is known color: Torch Red. HEX triplet: ED, 07 and 3F. RGB value is (237,7,63). Sum of RGB (Red+Green+Blue) = 237+7+63=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED073F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED073F is #12F8C0. Grayscale: #525252. Windows color (decimal): -1243329 or 4130797. OLE color: 4130797.

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

Color convert

RGB 237 7 63 -
CMYK 0 0.97 0.73 0.07
HSL 345.39º 0.94% 0.48% -
HSV(B) 345.39º 0.97% 0.93% -
XYZ 35.9 18.52 6.38 -
YUV 82.15 117.2 238.45 -
System Red Green Blue C M Y K H S L
Decimal 237 7 63 0 0.97 0.73 0.07 345.39 0.94 0.48
Hex ED 7 3F 0 61 49 7 159 5E 30
Octal 355 7 77 0 141 111 7 531 136 60
Binary 11101101 111 111111 0 1100001 1001001 111 101011001 1011110 110000

Color Harmonies of #ED073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED073F

Black with #ED073F

Text Example


Text Example

White with #ED073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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