Html Css Color HEX #ED1520 Torch Red

📋 copy color: '#ED1520'

red 237 ◦ green 21 ◦ blue 32

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

Shades of Torch Red #ED1520

Tints of Torch Red #ED1520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 81.72%
G = 7.24%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED1520 (or 0xED1520) is known color: Torch Red. HEX triplet: ED, 15 and 20. RGB value is (237,21,32). Sum of RGB (Red+Green+Blue) = 237+21+32=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1520 is #12EADF. Grayscale: #575757. Windows color (decimal): -1239776 or 2102765. OLE color: 2102765.

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

Color convert

RGB 237 21 32 -
CMYK 0 0.91 0.86 0.07
HSL 356.94º 0.86% 0.51% -
HSV(B) 356.94º 0.91% 0.93% -
XYZ 35.45 18.65 3.1 -
YUV 86.84 97.06 235.11 -
System Red Green Blue C M Y K H S L
Decimal 237 21 32 0 0.91 0.86 0.07 356.94 0.86 0.51
Hex ED 15 20 0 5B 56 7 165 56 33
Octal 355 25 40 0 133 126 7 545 126 63
Binary 11101101 10101 100000 0 1011011 1010110 111 101100101 1010110 110011

Color Harmonies of #ED1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1520

Black with #ED1520

Text Example


Text Example

White with #ED1520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1520; }

 p { color: rgb(237,21,32); }

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

background-color css

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

 a { background-color: rgb(237,21,32); }

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

border-color css

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

 span { border-color: rgb(237,21,32); }

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