Html Css Color HEX #ED0420 Torch Red

📋 copy color: '#ED0420'

red 237 ◦ green 4 ◦ blue 32

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

Shades of Torch Red #ED0420

Tints of Torch Red #ED0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 86.81%
G = 1.47%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED0420 (or 0xED0420) is known color: Torch Red. HEX triplet: ED, 04 and 20. RGB value is (237,4,32). Sum of RGB (Red+Green+Blue) = 237+4+32=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0420 is #12FBDF. Grayscale: #4C4C4C. Windows color (decimal): -1244128 or 2098413. OLE color: 2098413.

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

Color convert

RGB 237 4 32 -
CMYK 0 0.98 0.86 0.07
HSL 352.79º 0.97% 0.47% -
HSV(B) 352.79º 0.98% 0.93% -
XYZ 35.23 18.2 3.02 -
YUV 76.86 102.69 242.22 -
System Red Green Blue C M Y K H S L
Decimal 237 4 32 0 0.98 0.86 0.07 352.79 0.97 0.47
Hex ED 4 20 0 62 56 7 161 61 2F
Octal 355 4 40 0 142 126 7 541 141 57
Binary 11101101 100 100000 0 1100010 1010110 111 101100001 1100001 101111

Color Harmonies of #ED0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0420

Black with #ED0420

Text Example


Text Example

White with #ED0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0420; }

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

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

background-color css

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

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

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

border-color css

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

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

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