Html Css Color HEX #ED0320 Torch Red

📋 copy color: '#ED0320'

red 237 ◦ green 3 ◦ blue 32

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

Shades of Torch Red #ED0320

Tints of Torch Red #ED0320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 87.13%
G = 1.1%
B = 11.76%

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

#ED0320 (or 0xED0320) is known color: Torch Red. HEX triplet: ED, 03 and 20. RGB value is (237,3,32). Sum of RGB (Red+Green+Blue) = 237+3+32=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0320 is #12FCDF. Grayscale: #4C4C4C. Windows color (decimal): -1244384 or 2098157. OLE color: 2098157.

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

Color convert

RGB 237 3 32 -
CMYK 0 0.99 0.86 0.07
HSL 352.56º 0.98% 0.47% -
HSV(B) 352.56º 0.99% 0.93% -
XYZ 35.22 18.17 3.02 -
YUV 76.27 103.02 242.64 -
System Red Green Blue C M Y K H S L
Decimal 237 3 32 0 0.99 0.86 0.07 352.56 0.98 0.47
Hex ED 3 20 0 63 56 7 161 62 2F
Octal 355 3 40 0 143 126 7 541 142 57
Binary 11101101 11 100000 0 1100011 1010110 111 101100001 1100010 101111

Color Harmonies of #ED0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0320

Black with #ED0320

Text Example


Text Example

White with #ED0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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