Html Css Color HEX #ED073D Torch Red

📋 copy color: '#ED073D'

red 237 ◦ green 7 ◦ blue 61

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

Shades of Torch Red #ED073D

Tints of Torch Red #ED073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20%

R = 77.7%
G = 2.3%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED073D (or 0xED073D) is known color: Torch Red. HEX triplet: ED, 07 and 3D. RGB value is (237,7,61). Sum of RGB (Red+Green+Blue) = 237+7+61=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED073D is #12F8C2. Grayscale: #515151. Windows color (decimal): -1243331 or 3999725. OLE color: 3999725.

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

Color convert

RGB 237 7 61 -
CMYK 0 0.97 0.74 0.07
HSL 345.91º 0.94% 0.48% -
HSV(B) 345.91º 0.97% 0.93% -
XYZ 35.84 18.49 6.1 -
YUV 81.93 116.2 238.61 -
System Red Green Blue C M Y K H S L
Decimal 237 7 61 0 0.97 0.74 0.07 345.91 0.94 0.48
Hex ED 7 3D 0 61 4A 7 15A 5E 30
Octal 355 7 75 0 141 112 7 532 136 60
Binary 11101101 111 111101 0 1100001 1001010 111 101011010 1011110 110000

Color Harmonies of #ED073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED073D

Black with #ED073D

Text Example


Text Example

White with #ED073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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