Html Css Color HEX #ED0336 Torch Red

📋 copy color: '#ED0336'

red 237 ◦ green 3 ◦ blue 54

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

Shades of Torch Red #ED0336

Tints of Torch Red #ED0336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 80.61%
G = 1.02%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED0336 (or 0xED0336) is known color: Torch Red. HEX triplet: ED, 03 and 36. RGB value is (237,3,54). Sum of RGB (Red+Green+Blue) = 237+3+54=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0336 is #12FCC9. Grayscale: #4E4E4E. Windows color (decimal): -1244362 or 3539949. OLE color: 3539949.

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

Color convert

RGB 237 3 54 -
CMYK 0 0.99 0.77 0.07
HSL 346.92º 0.98% 0.47% -
HSV(B) 346.92º 0.99% 0.93% -
XYZ 35.62 18.34 5.15 -
YUV 78.78 114.02 240.85 -
System Red Green Blue C M Y K H S L
Decimal 237 3 54 0 0.99 0.77 0.07 346.92 0.98 0.47
Hex ED 3 36 0 63 4D 7 15B 62 2F
Octal 355 3 66 0 143 115 7 533 142 57
Binary 11101101 11 110110 0 1100011 1001101 111 101011011 1100010 101111

Color Harmonies of #ED0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0336

Black with #ED0336

Text Example


Text Example

White with #ED0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0336; }

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

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

background-color css

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

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

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

border-color css

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

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

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