Html Css Color HEX #ED111E Torch Red

📋 copy color: '#ED111E'

red 237 ◦ green 17 ◦ blue 30

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

Shades of Torch Red #ED111E

Tints of Torch Red #ED111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 83.45%
G = 5.99%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED111E (or 0xED111E) is known color: Torch Red. HEX triplet: ED, 11 and 1E. RGB value is (237,17,30). Sum of RGB (Red+Green+Blue) = 237+17+30=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED111E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED111E is #12EEE1. Grayscale: #545454. Windows color (decimal): -1240802 or 1970669. OLE color: 1970669.

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

Color convert

RGB 237 17 30 -
CMYK 0 0.93 0.87 0.07
HSL 356.45º 0.87% 0.5% -
HSV(B) 356.45º 0.93% 0.93% -
XYZ 35.36 18.5 2.94 -
YUV 84.26 97.39 236.94 -
System Red Green Blue C M Y K H S L
Decimal 237 17 30 0 0.93 0.87 0.07 356.45 0.87 0.5
Hex ED 11 1E 0 5D 57 7 164 57 32
Octal 355 21 36 0 135 127 7 544 127 62
Binary 11101101 10001 11110 0 1011101 1010111 111 101100100 1010111 110010

Color Harmonies of #ED111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED111E

Black with #ED111E

Text Example


Text Example

White with #ED111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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