Html Css Color HEX #ED071A Torch Red

📋 copy color: '#ED071A'

red 237 ◦ green 7 ◦ blue 26

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

Shades of Torch Red #ED071A

Tints of Torch Red #ED071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 87.78%
G = 2.59%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED071A (or 0xED071A) is known color: Torch Red. HEX triplet: ED, 07 and 1A. RGB value is (237,7,26). Sum of RGB (Red+Green+Blue) = 237+7+26=270 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.78% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 237 - color contains mainly: red. Hex color #ED071A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED071A is #12F8E5. Grayscale: #4E4E4E. Windows color (decimal): -1243366 or 1705965. OLE color: 1705965.

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

Color convert

RGB 237 7 26 -
CMYK 0 0.97 0.89 0.07
HSL 355.04º 0.94% 0.48% -
HSV(B) 355.04º 0.97% 0.93% -
XYZ 35.19 18.23 2.64 -
YUV 77.94 98.7 241.46 -
System Red Green Blue C M Y K H S L
Decimal 237 7 26 0 0.97 0.89 0.07 355.04 0.94 0.48
Hex ED 7 1A 0 61 59 7 163 5E 30
Octal 355 7 32 0 141 131 7 543 136 60
Binary 11101101 111 11010 0 1100001 1011001 111 101100011 1011110 110000

Color Harmonies of #ED071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED071A

Black with #ED071A

Text Example


Text Example

White with #ED071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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