Html Css Color HEX #ED111D Torch Red

📋 copy color: '#ED111D'

red 237 ◦ green 17 ◦ blue 29

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

Shades of Torch Red #ED111D

Tints of Torch Red #ED111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 83.75%
G = 6.01%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED111D (or 0xED111D) is known color: Torch Red. HEX triplet: ED, 11 and 1D. RGB value is (237,17,29). Sum of RGB (Red+Green+Blue) = 237+17+29=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED111D is #12EEE2. Grayscale: #545454. Windows color (decimal): -1240803 or 1905133. OLE color: 1905133.

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

Color convert

RGB 237 17 29 -
CMYK 0 0.93 0.88 0.07
HSL 356.73º 0.87% 0.5% -
HSV(B) 356.73º 0.93% 0.93% -
XYZ 35.35 18.49 2.87 -
YUV 84.15 96.89 237.02 -
System Red Green Blue C M Y K H S L
Decimal 237 17 29 0 0.93 0.88 0.07 356.73 0.87 0.5
Hex ED 11 1D 0 5D 58 7 165 57 32
Octal 355 21 35 0 135 130 7 545 127 62
Binary 11101101 10001 11101 0 1011101 1011000 111 101100101 1010111 110010

Color Harmonies of #ED111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED111D

Black with #ED111D

Text Example


Text Example

White with #ED111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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