Html Css Color HEX #ED0220 Torch Red

📋 copy color: '#ED0220'

red 237 ◦ green 2 ◦ blue 32

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

Shades of Torch Red #ED0220

Tints of Torch Red #ED0220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 87.45%
G = 0.74%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED0220 (or 0xED0220) is known color: Torch Red. HEX triplet: ED, 02 and 20. RGB value is (237,2,32). Sum of RGB (Red+Green+Blue) = 237+2+32=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0220 is #12FDDF. Grayscale: #4B4B4B. Windows color (decimal): -1244640 or 2097901. OLE color: 2097901.

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

Color convert

RGB 237 2 32 -
CMYK 0 0.99 0.86 0.07
HSL 352.34º 0.98% 0.47% -
HSV(B) 352.34º 0.99% 0.93% -
XYZ 35.21 18.15 3.01 -
YUV 75.69 103.36 243.06 -
System Red Green Blue C M Y K H S L
Decimal 237 2 32 0 0.99 0.86 0.07 352.34 0.98 0.47
Hex ED 2 20 0 63 56 7 160 62 2F
Octal 355 2 40 0 143 126 7 540 142 57
Binary 11101101 10 100000 0 1100011 1010110 111 101100000 1100010 101111

Color Harmonies of #ED0220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0220

Black with #ED0220

Text Example


Text Example

White with #ED0220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0220; }

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

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

background-color css

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

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

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

border-color css

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

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

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