Html Css Color HEX #ED052D Torch Red

📋 copy color: '#ED052D'

red 237 ◦ green 5 ◦ blue 45

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

Shades of Torch Red #ED052D

Tints of Torch Red #ED052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 82.58%
G = 1.74%
B = 15.68%

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

#ED052D (or 0xED052D) is known color: Torch Red. HEX triplet: ED, 05 and 2D. RGB value is (237,5,45). Sum of RGB (Red+Green+Blue) = 237+5+45=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED052D is #12FAD2. Grayscale: #4F4F4F. Windows color (decimal): -1243859 or 2950637. OLE color: 2950637.

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

Color convert

RGB 237 5 45 -
CMYK 0 0.98 0.81 0.07
HSL 349.66º 0.96% 0.47% -
HSV(B) 349.66º 0.98% 0.93% -
XYZ 35.45 18.3 4.15 -
YUV 78.93 108.86 240.75 -
System Red Green Blue C M Y K H S L
Decimal 237 5 45 0 0.98 0.81 0.07 349.66 0.96 0.47
Hex ED 5 2D 0 62 51 7 15E 60 2F
Octal 355 5 55 0 142 121 7 536 140 57
Binary 11101101 101 101101 0 1100010 1010001 111 101011110 1100000 101111

Color Harmonies of #ED052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED052D

Black with #ED052D

Text Example


Text Example

White with #ED052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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