Html Css Color HEX #ED112A Torch Red

📋 copy color: '#ED112A'

red 237 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #ED112A

Tints of Torch Red #ED112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 80.07%
G = 5.74%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED112A (or 0xED112A) is known color: Torch Red. HEX triplet: ED, 11 and 2A. RGB value is (237,17,42). Sum of RGB (Red+Green+Blue) = 237+17+42=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED112A is #12EED5. Grayscale: #555555. Windows color (decimal): -1240790 or 2757101. OLE color: 2757101.

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

Color convert

RGB 237 17 42 -
CMYK 0 0.93 0.82 0.07
HSL 353.18º 0.87% 0.5% -
HSV(B) 353.18º 0.93% 0.93% -
XYZ 35.54 18.57 3.9 -
YUV 85.63 103.39 235.97 -
System Red Green Blue C M Y K H S L
Decimal 237 17 42 0 0.93 0.82 0.07 353.18 0.87 0.5
Hex ED 11 2A 0 5D 52 7 161 57 32
Octal 355 21 52 0 135 122 7 541 127 62
Binary 11101101 10001 101010 0 1011101 1010010 111 101100001 1010111 110010

Color Harmonies of #ED112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED112A

Black with #ED112A

Text Example


Text Example

White with #ED112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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