Html Css Color HEX #ED0518 Torch Red

📋 copy color: '#ED0518'

red 237 ◦ green 5 ◦ blue 24

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

Shades of Torch Red #ED0518

Tints of Torch Red #ED0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 89.1%
G = 1.88%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED0518 (or 0xED0518) is known color: Torch Red. HEX triplet: ED, 05 and 18. RGB value is (237,5,24). Sum of RGB (Red+Green+Blue) = 237+5+24=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0518 is #12FAE7. Grayscale: #4C4C4C. Windows color (decimal): -1243880 or 1574381. OLE color: 1574381.

HSL color Cylindrical-coordinate representation of color #ED0518: hue angle of 355.09º degrees, saturation: 0.96, 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 #ED0518 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 5 24 -
CMYK 0 0.98 0.90 0.07
HSL 355.09º 0.96% 0.47% -
HSV(B) 355.09º 0.98% 0.93% -
XYZ 35.14 18.18 2.52 -
YUV 76.53 98.36 242.46 -
System Red Green Blue C M Y K H S L
Decimal 237 5 24 0 0.98 0.90 0.07 355.09 0.96 0.47
Hex ED 5 18 0 62 5A 7 163 60 2F
Octal 355 5 30 0 142 132 7 543 140 57
Binary 11101101 101 11000 0 1100010 1011010 111 101100011 1100000 101111

Color Harmonies of #ED0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0518

Black with #ED0518

Text Example


Text Example

White with #ED0518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0518; }

 p { color: rgb(237,5,24); }

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

background-color css

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

 a { background-color: rgb(237,5,24); }

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

border-color css

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

 span { border-color: rgb(237,5,24); }

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