Html Css Color HEX #ED0524 Torch Red

📋 copy color: '#ED0524'

red 237 ◦ green 5 ◦ blue 36

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

Shades of Torch Red #ED0524

Tints of Torch Red #ED0524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 85.25%
G = 1.8%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED0524 (or 0xED0524) is known color: Torch Red. HEX triplet: ED, 05 and 24. RGB value is (237,5,36). Sum of RGB (Red+Green+Blue) = 237+5+36=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0524 is #12FADB. Grayscale: #4E4E4E. Windows color (decimal): -1243868 or 2360813. OLE color: 2360813.

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

Color convert

RGB 237 5 36 -
CMYK 0 0.98 0.85 0.07
HSL 351.98º 0.96% 0.47% -
HSV(B) 351.98º 0.98% 0.93% -
XYZ 35.3 18.24 3.33 -
YUV 77.9 104.36 241.48 -
System Red Green Blue C M Y K H S L
Decimal 237 5 36 0 0.98 0.85 0.07 351.98 0.96 0.47
Hex ED 5 24 0 62 55 7 160 60 2F
Octal 355 5 44 0 142 125 7 540 140 57
Binary 11101101 101 100100 0 1100010 1010101 111 101100000 1100000 101111

Color Harmonies of #ED0524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0524

Black with #ED0524

Text Example


Text Example

White with #ED0524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0524; }

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

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

background-color css

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

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

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

border-color css

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

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

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