Html Css Color HEX #ED052B Torch Red

📋 copy color: '#ED052B'

red 237 ◦ green 5 ◦ blue 43

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

Shades of Torch Red #ED052B

Tints of Torch Red #ED052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 83.16%
G = 1.75%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED052B (or 0xED052B) is known color: Torch Red. HEX triplet: ED, 05 and 2B. RGB value is (237,5,43). Sum of RGB (Red+Green+Blue) = 237+5+43=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED052B is #12FAD4. Grayscale: #4E4E4E. Windows color (decimal): -1243861 or 2819565. OLE color: 2819565.

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

Color convert

RGB 237 5 43 -
CMYK 0 0.98 0.82 0.07
HSL 350.17º 0.96% 0.47% -
HSV(B) 350.17º 0.98% 0.93% -
XYZ 35.42 18.29 3.95 -
YUV 78.7 107.86 240.91 -
System Red Green Blue C M Y K H S L
Decimal 237 5 43 0 0.98 0.82 0.07 350.17 0.96 0.47
Hex ED 5 2B 0 62 52 7 15E 60 2F
Octal 355 5 53 0 142 122 7 536 140 57
Binary 11101101 101 101011 0 1100010 1010010 111 101011110 1100000 101111

Color Harmonies of #ED052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED052B

Black with #ED052B

Text Example


Text Example

White with #ED052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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