Html Css Color HEX #ED043C Torch Red

📋 copy color: '#ED043C'

red 237 ◦ green 4 ◦ blue 60

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

Shades of Torch Red #ED043C

Tints of Torch Red #ED043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 78.74%
G = 1.33%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED043C (or 0xED043C) is known color: Torch Red. HEX triplet: ED, 04 and 3C. RGB value is (237,4,60). Sum of RGB (Red+Green+Blue) = 237+4+60=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED043C is #12FBC3. Grayscale: #505050. Windows color (decimal): -1244100 or 3933421. OLE color: 3933421.

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

Color convert

RGB 237 4 60 -
CMYK 0 0.98 0.75 0.07
HSL 345.58º 0.97% 0.47% -
HSV(B) 345.58º 0.98% 0.93% -
XYZ 35.78 18.42 5.94 -
YUV 80.05 116.69 239.95 -
System Red Green Blue C M Y K H S L
Decimal 237 4 60 0 0.98 0.75 0.07 345.58 0.97 0.47
Hex ED 4 3C 0 62 4B 7 15A 61 2F
Octal 355 4 74 0 142 113 7 532 141 57
Binary 11101101 100 111100 0 1100010 1001011 111 101011010 1100001 101111

Color Harmonies of #ED043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED043C

Black with #ED043C

Text Example


Text Example

White with #ED043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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