Html Css Color HEX #ED0E1D Torch Red

📋 copy color: '#ED0E1D'

red 237 ◦ green 14 ◦ blue 29

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

Shades of Torch Red #ED0E1D

Tints of Torch Red #ED0E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.36%

R = 84.64%
G = 5%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED0E1D (or 0xED0E1D) is known color: Torch Red. HEX triplet: ED, 0E and 1D. RGB value is (237,14,29). Sum of RGB (Red+Green+Blue) = 237+14+29=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0E1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0E1D is #12F1E2. Grayscale: #525252. Windows color (decimal): -1241571 or 1904365. OLE color: 1904365.

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

Color convert

RGB 237 14 29 -
CMYK 0 0.94 0.88 0.07
HSL 355.96º 0.89% 0.49% -
HSV(B) 355.96º 0.94% 0.93% -
XYZ 35.3 18.41 2.85 -
YUV 82.39 97.88 238.28 -
System Red Green Blue C M Y K H S L
Decimal 237 14 29 0 0.94 0.88 0.07 355.96 0.89 0.49
Hex ED E 1D 0 5E 58 7 164 59 31
Octal 355 16 35 0 136 130 7 544 131 61
Binary 11101101 1110 11101 0 1011110 1011000 111 101100100 1011001 110001

Color Harmonies of #ED0E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0E1D

Black with #ED0E1D

Text Example


Text Example

White with #ED0E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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