Html Css Color HEX #ED112E Torch Red

📋 copy color: '#ED112E'

red 237 ◦ green 17 ◦ blue 46

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

Shades of Torch Red #ED112E

Tints of Torch Red #ED112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 79%
G = 5.67%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED112E (or 0xED112E) is known color: Torch Red. HEX triplet: ED, 11 and 2E. RGB value is (237,17,46). Sum of RGB (Red+Green+Blue) = 237+17+46=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED112E is #12EED1. Grayscale: #565656. Windows color (decimal): -1240786 or 3019245. OLE color: 3019245.

HSL color Cylindrical-coordinate representation of color #ED112E: hue angle of 352.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED112E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 17 46 -
CMYK 0 0.93 0.81 0.07
HSL 352.09º 0.87% 0.5% -
HSV(B) 352.09º 0.93% 0.93% -
XYZ 35.62 18.6 4.3 -
YUV 86.09 105.39 235.64 -
System Red Green Blue C M Y K H S L
Decimal 237 17 46 0 0.93 0.81 0.07 352.09 0.87 0.5
Hex ED 11 2E 0 5D 51 7 160 57 32
Octal 355 21 56 0 135 121 7 540 127 62
Binary 11101101 10001 101110 0 1011101 1010001 111 101100000 1010111 110010

Color Harmonies of #ED112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED112E

Black with #ED112E

Text Example


Text Example

White with #ED112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED112E; }

 p { color: rgb(237,17,46); }

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

background-color css

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

 a { background-color: rgb(237,17,46); }

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

border-color css

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

 span { border-color: rgb(237,17,46); }

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