Html Css Color HEX #ED1336 Torch Red

📋 copy color: '#ED1336'

red 237 ◦ green 19 ◦ blue 54

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

Shades of Torch Red #ED1336

Tints of Torch Red #ED1336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 54 (21.48% from 255) = 17.42%

R = 76.45%
G = 6.13%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED1336 (or 0xED1336) is known color: Torch Red. HEX triplet: ED, 13 and 36. RGB value is (237,19,54). Sum of RGB (Red+Green+Blue) = 237+19+54=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1336 is #12ECC9. Grayscale: #585858. Windows color (decimal): -1240266 or 3544045. OLE color: 3544045.

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

Color convert

RGB 237 19 54 -
CMYK 0 0.92 0.77 0.07
HSL 350.37º 0.86% 0.5% -
HSV(B) 350.37º 0.92% 0.93% -
XYZ 35.82 18.74 5.22 -
YUV 88.17 108.72 234.15 -
System Red Green Blue C M Y K H S L
Decimal 237 19 54 0 0.92 0.77 0.07 350.37 0.86 0.5
Hex ED 13 36 0 5C 4D 7 15E 56 32
Octal 355 23 66 0 134 115 7 536 126 62
Binary 11101101 10011 110110 0 1011100 1001101 111 101011110 1010110 110010

Color Harmonies of #ED1336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1336

Black with #ED1336

Text Example


Text Example

White with #ED1336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1336; }

 p { color: rgb(237,19,54); }

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

background-color css

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

 a { background-color: rgb(237,19,54); }

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

border-color css

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

 span { border-color: rgb(237,19,54); }

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