Html Css Color HEX #ED0820 Torch Red

📋 copy color: '#ED0820'

red 237 ◦ green 8 ◦ blue 32

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

Shades of Torch Red #ED0820

Tints of Torch Red #ED0820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.89%

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

R = 85.56%
G = 2.89%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED0820 (or 0xED0820) is known color: Torch Red. HEX triplet: ED, 08 and 20. RGB value is (237,8,32). Sum of RGB (Red+Green+Blue) = 237+8+32=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0820 is #12F7DF. Grayscale: #4F4F4F. Windows color (decimal): -1243104 or 2099437. OLE color: 2099437.

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

Color convert

RGB 237 8 32 -
CMYK 0 0.97 0.86 0.07
HSL 353.71º 0.93% 0.48% -
HSV(B) 353.71º 0.97% 0.93% -
XYZ 35.27 18.28 3.04 -
YUV 79.21 101.37 240.55 -
System Red Green Blue C M Y K H S L
Decimal 237 8 32 0 0.97 0.86 0.07 353.71 0.93 0.48
Hex ED 8 20 0 61 56 7 162 5D 30
Octal 355 10 40 0 141 126 7 542 135 60
Binary 11101101 1000 100000 0 1100001 1010110 111 101100010 1011101 110000

Color Harmonies of #ED0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0820

Black with #ED0820

Text Example


Text Example

White with #ED0820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0820; }

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

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

background-color css

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

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

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

border-color css

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

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

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