Html Css Color HEX #ED052A Torch Red

📋 copy color: '#ED052A'

red 237 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #ED052A

Tints of Torch Red #ED052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 83.45%
G = 1.76%
B = 14.79%

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

#ED052A (or 0xED052A) is known color: Torch Red. HEX triplet: ED, 05 and 2A. RGB value is (237,5,42). Sum of RGB (Red+Green+Blue) = 237+5+42=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED052A is #12FAD5. Grayscale: #4E4E4E. Windows color (decimal): -1243862 or 2754029. OLE color: 2754029.

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

Color convert

RGB 237 5 42 -
CMYK 0 0.98 0.82 0.07
HSL 350.43º 0.96% 0.47% -
HSV(B) 350.43º 0.98% 0.93% -
XYZ 35.4 18.28 3.85 -
YUV 78.59 107.36 240.99 -
System Red Green Blue C M Y K H S L
Decimal 237 5 42 0 0.98 0.82 0.07 350.43 0.96 0.47
Hex ED 5 2A 0 62 52 7 15E 60 2F
Octal 355 5 52 0 142 122 7 536 140 57
Binary 11101101 101 101010 0 1100010 1010010 111 101011110 1100000 101111

Color Harmonies of #ED052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED052A

Black with #ED052A

Text Example


Text Example

White with #ED052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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