Html Css Color HEX #ED052F Torch Red

📋 copy color: '#ED052F'

red 237 ◦ green 5 ◦ blue 47

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

Shades of Torch Red #ED052F

Tints of Torch Red #ED052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 82.01%
G = 1.73%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED052F (or 0xED052F) is known color: Torch Red. HEX triplet: ED, 05 and 2F. RGB value is (237,5,47). Sum of RGB (Red+Green+Blue) = 237+5+47=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED052F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED052F is #12FAD0. Grayscale: #4F4F4F. Windows color (decimal): -1243857 or 3081709. OLE color: 3081709.

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

Color convert

RGB 237 5 47 -
CMYK 0 0.98 0.80 0.07
HSL 349.14º 0.96% 0.47% -
HSV(B) 349.14º 0.98% 0.93% -
XYZ 35.49 18.32 4.35 -
YUV 79.16 109.86 240.58 -
System Red Green Blue C M Y K H S L
Decimal 237 5 47 0 0.98 0.80 0.07 349.14 0.96 0.47
Hex ED 5 2F 0 62 50 7 15D 60 2F
Octal 355 5 57 0 142 120 7 535 140 57
Binary 11101101 101 101111 0 1100010 1010000 111 101011101 1100000 101111

Color Harmonies of #ED052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED052F

Black with #ED052F

Text Example


Text Example

White with #ED052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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