Html Css Color HEX #ED1237 Torch Red

📋 copy color: '#ED1237'

red 237 ◦ green 18 ◦ blue 55

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

Shades of Torch Red #ED1237

Tints of Torch Red #ED1237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

 BLUE value IS 55 (21.88% from 255) = 17.74%

R = 76.45%
G = 5.81%
B = 17.74%

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

#ED1237 (or 0xED1237) is known color: Torch Red. HEX triplet: ED, 12 and 37. RGB value is (237,18,55). Sum of RGB (Red+Green+Blue) = 237+18+55=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1237 is #12EDC8. Grayscale: #575757. Windows color (decimal): -1240521 or 3609325. OLE color: 3609325.

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

Color convert

RGB 237 18 55 -
CMYK 0 0.92 0.77 0.07
HSL 349.86º 0.86% 0.5% -
HSV(B) 349.86º 0.92% 0.93% -
XYZ 35.83 18.71 5.34 -
YUV 87.7 109.55 234.49 -
System Red Green Blue C M Y K H S L
Decimal 237 18 55 0 0.92 0.77 0.07 349.86 0.86 0.5
Hex ED 12 37 0 5C 4D 7 15E 56 32
Octal 355 22 67 0 134 115 7 536 126 62
Binary 11101101 10010 110111 0 1011100 1001101 111 101011110 1010110 110010

Color Harmonies of #ED1237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1237

Black with #ED1237

Text Example


Text Example

White with #ED1237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1237; }

 p { color: rgb(237,18,55); }

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

background-color css

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

 a { background-color: rgb(237,18,55); }

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

border-color css

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

 span { border-color: rgb(237,18,55); }

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