Html Css Color HEX #ED043F Torch Red

📋 copy color: '#ED043F'

red 237 ◦ green 4 ◦ blue 63

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

Shades of Torch Red #ED043F

Tints of Torch Red #ED043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 63 (25% from 255) = 20.72%

R = 77.96%
G = 1.32%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED043F (or 0xED043F) is known color: Torch Red. HEX triplet: ED, 04 and 3F. RGB value is (237,4,63). Sum of RGB (Red+Green+Blue) = 237+4+63=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED043F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED043F is #12FBC0. Grayscale: #505050. Windows color (decimal): -1244097 or 4130029. OLE color: 4130029.

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

Color convert

RGB 237 4 63 -
CMYK 0 0.98 0.73 0.07
HSL 344.81º 0.97% 0.47% -
HSV(B) 344.81º 0.98% 0.93% -
XYZ 35.87 18.45 6.37 -
YUV 80.39 118.19 239.7 -
System Red Green Blue C M Y K H S L
Decimal 237 4 63 0 0.98 0.73 0.07 344.81 0.97 0.47
Hex ED 4 3F 0 62 49 7 159 61 2F
Octal 355 4 77 0 142 111 7 531 141 57
Binary 11101101 100 111111 0 1100010 1001001 111 101011001 1100001 101111

Color Harmonies of #ED043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED043F

Black with #ED043F

Text Example


Text Example

White with #ED043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED043F; }

 p { color: rgb(237,4,63); }

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

background-color css

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

 a { background-color: rgb(237,4,63); }

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

border-color css

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

 span { border-color: rgb(237,4,63); }

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