Html Css Color HEX #ED0143 Torch Red

📋 copy color: '#ED0143'

red 237 ◦ green 1 ◦ blue 67

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

Shades of Torch Red #ED0143

Tints of Torch Red #ED0143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.97%

R = 77.7%
G = 0.33%
B = 21.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED0143 (or 0xED0143) is known color: Torch Red. HEX triplet: ED, 01 and 43. RGB value is (237,1,67). Sum of RGB (Red+Green+Blue) = 237+1+67=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0143 is #12FEBC. Grayscale: #4F4F4F. Windows color (decimal): -1244861 or 4391405. OLE color: 4391405.

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

Color convert

RGB 237 1 67 -
CMYK 0 1.00 0.72 0.07
HSL 343.22º 0.99% 0.47% -
HSV(B) 343.22º 1% 0.93% -
XYZ 35.95 18.43 6.97 -
YUV 79.09 121.19 240.63 -
System Red Green Blue C M Y K H S L
Decimal 237 1 67 0 1.00 0.72 0.07 343.22 0.99 0.47
Hex ED 1 43 0 64 48 7 157 63 2F
Octal 355 1 103 0 144 110 7 527 143 57
Binary 11101101 1 1000011 0 1100100 1001000 111 101010111 1100011 101111

Color Harmonies of #ED0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0143

Black with #ED0143

Text Example


Text Example

White with #ED0143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0143; }

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

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

background-color css

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

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

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

border-color css

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

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

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