Html Css Color HEX #ED0931 Torch Red

📋 copy color: '#ED0931'

red 237 ◦ green 9 ◦ blue 49

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

Shades of Torch Red #ED0931

Tints of Torch Red #ED0931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 80.34%
G = 3.05%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED0931 (or 0xED0931) is known color: Torch Red. HEX triplet: ED, 09 and 31. RGB value is (237,9,49). Sum of RGB (Red+Green+Blue) = 237+9+49=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0931 is #12F6CE. Grayscale: #515151. Windows color (decimal): -1242831 or 3213805. OLE color: 3213805.

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

Color convert

RGB 237 9 49 -
CMYK 0 0.96 0.79 0.07
HSL 349.47º 0.93% 0.48% -
HSV(B) 349.47º 0.96% 0.93% -
XYZ 35.58 18.42 4.59 -
YUV 81.73 109.54 238.75 -
System Red Green Blue C M Y K H S L
Decimal 237 9 49 0 0.96 0.79 0.07 349.47 0.93 0.48
Hex ED 9 31 0 60 4F 7 15D 5D 30
Octal 355 11 61 0 140 117 7 535 135 60
Binary 11101101 1001 110001 0 1100000 1001111 111 101011101 1011101 110000

Color Harmonies of #ED0931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0931

Black with #ED0931

Text Example


Text Example

White with #ED0931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0931; }

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

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

background-color css

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

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

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

border-color css

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

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

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