Html Css Color HEX #ED0920 Torch Red

📋 copy color: '#ED0920'

red 237 ◦ green 9 ◦ blue 32

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

Shades of Torch Red #ED0920

Tints of Torch Red #ED0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

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

R = 85.25%
G = 3.24%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED0920 (or 0xED0920) is known color: Torch Red. HEX triplet: ED, 09 and 20. RGB value is (237,9,32). Sum of RGB (Red+Green+Blue) = 237+9+32=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0920 is #12F6DF. Grayscale: #4F4F4F. Windows color (decimal): -1242848 or 2099693. OLE color: 2099693.

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

Color convert

RGB 237 9 32 -
CMYK 0 0.96 0.86 0.07
HSL 353.95º 0.93% 0.48% -
HSV(B) 353.95º 0.96% 0.93% -
XYZ 35.28 18.3 3.04 -
YUV 79.79 101.04 240.13 -
System Red Green Blue C M Y K H S L
Decimal 237 9 32 0 0.96 0.86 0.07 353.95 0.93 0.48
Hex ED 9 20 0 60 56 7 162 5D 30
Octal 355 11 40 0 140 126 7 542 135 60
Binary 11101101 1001 100000 0 1100000 1010110 111 101100010 1011101 110000

Color Harmonies of #ED0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0920

Black with #ED0920

Text Example


Text Example

White with #ED0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0920; }

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

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

background-color css

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

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

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

border-color css

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

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

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