Html Css Color HEX #ED0E3A Torch Red

📋 copy color: '#ED0E3A'

red 237 ◦ green 14 ◦ blue 58

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

Shades of Torch Red #ED0E3A

Tints of Torch Red #ED0E3A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.53%

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 76.7%
G = 4.53%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED0E3A (or 0xED0E3A) is known color: Torch Red. HEX triplet: ED, 0E and 3A. RGB value is (237,14,58). Sum of RGB (Red+Green+Blue) = 237+14+58=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0E3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0E3A is #12F1C5. Grayscale: #555555. Windows color (decimal): -1241542 or 3804909. OLE color: 3804909.

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

Color convert

RGB 237 14 58 -
CMYK 0 0.94 0.76 0.07
HSL 348.16º 0.89% 0.49% -
HSV(B) 348.16º 0.94% 0.93% -
XYZ 35.85 18.62 5.71 -
YUV 85.69 112.38 235.92 -
System Red Green Blue C M Y K H S L
Decimal 237 14 58 0 0.94 0.76 0.07 348.16 0.89 0.49
Hex ED E 3A 0 5E 4C 7 15C 59 31
Octal 355 16 72 0 136 114 7 534 131 61
Binary 11101101 1110 111010 0 1011110 1001100 111 101011100 1011001 110001

Color Harmonies of #ED0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0E3A

Black with #ED0E3A

Text Example


Text Example

White with #ED0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0E3A; }

 p { color: rgb(237,14,58); }

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

background-color css

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

 a { background-color: rgb(237,14,58); }

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

border-color css

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

 span { border-color: rgb(237,14,58); }

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