Html Css Color HEX #ED1220 Torch Red

📋 copy color: '#ED1220'

red 237 ◦ green 18 ◦ blue 32

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

Shades of Torch Red #ED1220

Tints of Torch Red #ED1220

RGB

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

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

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

R = 82.58%
G = 6.27%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED1220 (or 0xED1220) is known color: Torch Red. HEX triplet: ED, 12 and 20. RGB value is (237,18,32). Sum of RGB (Red+Green+Blue) = 237+18+32=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1220 is #12EDDF. Grayscale: #555555. Windows color (decimal): -1240544 or 2101997. OLE color: 2101997.

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

Color convert

RGB 237 18 32 -
CMYK 0 0.92 0.86 0.07
HSL 356.16º 0.86% 0.5% -
HSV(B) 356.16º 0.92% 0.93% -
XYZ 35.4 18.54 3.08 -
YUV 85.08 98.05 236.36 -
System Red Green Blue C M Y K H S L
Decimal 237 18 32 0 0.92 0.86 0.07 356.16 0.86 0.5
Hex ED 12 20 0 5C 56 7 164 56 32
Octal 355 22 40 0 134 126 7 544 126 62
Binary 11101101 10010 100000 0 1011100 1010110 111 101100100 1010110 110010

Color Harmonies of #ED1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1220

Black with #ED1220

Text Example


Text Example

White with #ED1220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1220; }

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

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

background-color css

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

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

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

border-color css

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

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

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