Html Css Color HEX #ED043B Torch Red

📋 copy color: '#ED043B'

red 237 ◦ green 4 ◦ blue 59

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

Shades of Torch Red #ED043B

Tints of Torch Red #ED043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 79%
G = 1.33%
B = 19.67%

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

#ED043B (or 0xED043B) is known color: Torch Red. HEX triplet: ED, 04 and 3B. RGB value is (237,4,59). Sum of RGB (Red+Green+Blue) = 237+4+59=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED043B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED043B is #12FBC4. Grayscale: #4F4F4F. Windows color (decimal): -1244101 or 3867885. OLE color: 3867885.

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

Color convert

RGB 237 4 59 -
CMYK 0 0.98 0.75 0.07
HSL 345.84º 0.97% 0.47% -
HSV(B) 345.84º 0.98% 0.93% -
XYZ 35.76 18.41 5.81 -
YUV 79.94 116.19 240.03 -
System Red Green Blue C M Y K H S L
Decimal 237 4 59 0 0.98 0.75 0.07 345.84 0.97 0.47
Hex ED 4 3B 0 62 4B 7 15A 61 2F
Octal 355 4 73 0 142 113 7 532 141 57
Binary 11101101 100 111011 0 1100010 1001011 111 101011010 1100001 101111

Color Harmonies of #ED043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED043B

Black with #ED043B

Text Example


Text Example

White with #ED043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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