Html Css Color HEX #ED0141 Torch Red

📋 copy color: '#ED0141'

red 237 ◦ green 1 ◦ blue 65

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

Shades of Torch Red #ED0141

Tints of Torch Red #ED0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 78.22%
G = 0.33%
B = 21.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED0141 (or 0xED0141) is known color: Torch Red. HEX triplet: ED, 01 and 41. RGB value is (237,1,65). Sum of RGB (Red+Green+Blue) = 237+1+65=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0141 is #12FEBE. Grayscale: #4E4E4E. Windows color (decimal): -1244863 or 4260333. OLE color: 4260333.

HSL color Cylindrical-coordinate representation of color #ED0141: hue angle of 343.73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0141 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 1 65 -
CMYK 0 1.00 0.73 0.07
HSL 343.73º 0.99% 0.47% -
HSV(B) 343.73º 1% 0.93% -
XYZ 35.89 18.41 6.66 -
YUV 78.86 120.19 240.8 -
System Red Green Blue C M Y K H S L
Decimal 237 1 65 0 1.00 0.73 0.07 343.73 0.99 0.47
Hex ED 1 41 0 64 49 7 158 63 2F
Octal 355 1 101 0 144 111 7 530 143 57
Binary 11101101 1 1000001 0 1100100 1001001 111 101011000 1100011 101111

Color Harmonies of #ED0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0141

Black with #ED0141

Text Example


Text Example

White with #ED0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0141; }

 p { color: rgb(237,1,65); }

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

background-color css

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

 a { background-color: rgb(237,1,65); }

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

border-color css

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

 span { border-color: rgb(237,1,65); }

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