Html Css Color HEX #ED1339 Torch Red

📋 copy color: '#ED1339'

red 237 ◦ green 19 ◦ blue 57

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

Shades of Torch Red #ED1339

Tints of Torch Red #ED1339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 75.72%
G = 6.07%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED1339 (or 0xED1339) is known color: Torch Red. HEX triplet: ED, 13 and 39. RGB value is (237,19,57). Sum of RGB (Red+Green+Blue) = 237+19+57=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1339 is #12ECC6. Grayscale: #585858. Windows color (decimal): -1240263 or 3740653. OLE color: 3740653.

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

Color convert

RGB 237 19 57 -
CMYK 0 0.92 0.76 0.07
HSL 349.54º 0.86% 0.5% -
HSV(B) 349.54º 0.92% 0.93% -
XYZ 35.9 18.77 5.6 -
YUV 88.51 110.22 233.91 -
System Red Green Blue C M Y K H S L
Decimal 237 19 57 0 0.92 0.76 0.07 349.54 0.86 0.5
Hex ED 13 39 0 5C 4C 7 15E 56 32
Octal 355 23 71 0 134 114 7 536 126 62
Binary 11101101 10011 111001 0 1011100 1001100 111 101011110 1010110 110010

Color Harmonies of #ED1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1339

Black with #ED1339

Text Example


Text Example

White with #ED1339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1339; }

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

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

background-color css

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

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

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

border-color css

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

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

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