Html Css Color HEX #ED071F Torch Red

📋 copy color: '#ED071F'

red 237 ◦ green 7 ◦ blue 31

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

Shades of Torch Red #ED071F

Tints of Torch Red #ED071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 86.18%
G = 2.55%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED071F (or 0xED071F) is known color: Torch Red. HEX triplet: ED, 07 and 1F. RGB value is (237,7,31). Sum of RGB (Red+Green+Blue) = 237+7+31=275 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.18% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 237 - color contains mainly: red. Hex color #ED071F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED071F is #12F8E0. Grayscale: #4E4E4E. Windows color (decimal): -1243361 or 2033645. OLE color: 2033645.

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

Color convert

RGB 237 7 31 -
CMYK 0 0.97 0.87 0.07
HSL 353.74º 0.94% 0.48% -
HSV(B) 353.74º 0.97% 0.93% -
XYZ 35.25 18.26 2.96 -
YUV 78.51 101.2 241.05 -
System Red Green Blue C M Y K H S L
Decimal 237 7 31 0 0.97 0.87 0.07 353.74 0.94 0.48
Hex ED 7 1F 0 61 57 7 162 5E 30
Octal 355 7 37 0 141 127 7 542 136 60
Binary 11101101 111 11111 0 1100001 1010111 111 101100010 1011110 110000

Color Harmonies of #ED071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED071F

Black with #ED071F

Text Example


Text Example

White with #ED071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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