Html Css Color HEX #ED0936 Torch Red

📋 copy color: '#ED0936'

red 237 ◦ green 9 ◦ blue 54

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

Shades of Torch Red #ED0936

Tints of Torch Red #ED0936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3%

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

R = 79%
G = 3%
B = 18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED0936 (or 0xED0936) is known color: Torch Red. HEX triplet: ED, 09 and 36. RGB value is (237,9,54). Sum of RGB (Red+Green+Blue) = 237+9+54=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0936 is #12F6C9. Grayscale: #525252. Windows color (decimal): -1242826 or 3541485. OLE color: 3541485.

HSL color Cylindrical-coordinate representation of color #ED0936: hue angle of 348.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0936 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 9 54 -
CMYK 0 0.96 0.77 0.07
HSL 348.16º 0.93% 0.48% -
HSV(B) 348.16º 0.96% 0.93% -
XYZ 35.69 18.47 5.17 -
YUV 82.3 112.04 238.34 -
System Red Green Blue C M Y K H S L
Decimal 237 9 54 0 0.96 0.77 0.07 348.16 0.93 0.48
Hex ED 9 36 0 60 4D 7 15C 5D 30
Octal 355 11 66 0 140 115 7 534 135 60
Binary 11101101 1001 110110 0 1100000 1001101 111 101011100 1011101 110000

Color Harmonies of #ED0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0936

Black with #ED0936

Text Example


Text Example

White with #ED0936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0936; }

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

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

background-color css

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

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

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

border-color css

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

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

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