Html Css Color HEX #ED1134 Torch Red

📋 copy color: '#ED1134'

red 237 ◦ green 17 ◦ blue 52

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

Shades of Torch Red #ED1134

Tints of Torch Red #ED1134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 77.45%
G = 5.56%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED1134 (or 0xED1134) is known color: Torch Red. HEX triplet: ED, 11 and 34. RGB value is (237,17,52). Sum of RGB (Red+Green+Blue) = 237+17+52=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1134 is #12EECB. Grayscale: #565656. Windows color (decimal): -1240780 or 3412461. OLE color: 3412461.

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

Color convert

RGB 237 17 52 -
CMYK 0 0.93 0.78 0.07
HSL 350.45º 0.87% 0.5% -
HSV(B) 350.45º 0.93% 0.93% -
XYZ 35.75 18.65 4.97 -
YUV 86.77 108.39 235.15 -
System Red Green Blue C M Y K H S L
Decimal 237 17 52 0 0.93 0.78 0.07 350.45 0.87 0.5
Hex ED 11 34 0 5D 4E 7 15E 57 32
Octal 355 21 64 0 135 116 7 536 127 62
Binary 11101101 10001 110100 0 1011101 1001110 111 101011110 1010111 110010

Color Harmonies of #ED1134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1134

Black with #ED1134

Text Example


Text Example

White with #ED1134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1134; }

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

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

background-color css

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

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

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

border-color css

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

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

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