Html Css Color HEX #ED052E Torch Red

📋 copy color: '#ED052E'

red 237 ◦ green 5 ◦ blue 46

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

Shades of Torch Red #ED052E

Tints of Torch Red #ED052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 82.29%
G = 1.74%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED052E (or 0xED052E) is known color: Torch Red. HEX triplet: ED, 05 and 2E. RGB value is (237,5,46). Sum of RGB (Red+Green+Blue) = 237+5+46=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED052E is #12FAD1. Grayscale: #4F4F4F. Windows color (decimal): -1243858 or 3016173. OLE color: 3016173.

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

Color convert

RGB 237 5 46 -
CMYK 0 0.98 0.81 0.07
HSL 349.4º 0.96% 0.47% -
HSV(B) 349.4º 0.98% 0.93% -
XYZ 35.47 18.31 4.25 -
YUV 79.04 109.36 240.67 -
System Red Green Blue C M Y K H S L
Decimal 237 5 46 0 0.98 0.81 0.07 349.4 0.96 0.47
Hex ED 5 2E 0 62 51 7 15D 60 2F
Octal 355 5 56 0 142 121 7 535 140 57
Binary 11101101 101 101110 0 1100010 1010001 111 101011101 1100000 101111

Color Harmonies of #ED052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED052E

Black with #ED052E

Text Example


Text Example

White with #ED052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED052E; }

 p { color: rgb(237,5,46); }

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

background-color css

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

 a { background-color: rgb(237,5,46); }

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

border-color css

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

 span { border-color: rgb(237,5,46); }

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