Html Css Color HEX #ED152E Torch Red

📋 copy color: '#ED152E'

red 237 ◦ green 21 ◦ blue 46

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

Shades of Torch Red #ED152E

Tints of Torch Red #ED152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

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

R = 77.96%
G = 6.91%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED152E (or 0xED152E) is known color: Torch Red. HEX triplet: ED, 15 and 2E. RGB value is (237,21,46). Sum of RGB (Red+Green+Blue) = 237+21+46=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED152E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED152E is #12EAD1. Grayscale: #585858. Windows color (decimal): -1239762 or 3020269. OLE color: 3020269.

HSL color Cylindrical-coordinate representation of color #ED152E: hue angle of 353.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED152E is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 21 46 -
CMYK 0 0.91 0.81 0.07
HSL 353.06º 0.86% 0.51% -
HSV(B) 353.06º 0.91% 0.93% -
XYZ 35.69 18.74 4.32 -
YUV 88.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 237 21 46 0 0.91 0.81 0.07 353.06 0.86 0.51
Hex ED 15 2E 0 5B 51 7 161 56 33
Octal 355 25 56 0 133 121 7 541 126 63
Binary 11101101 10101 101110 0 1011011 1010001 111 101100001 1010110 110011

Color Harmonies of #ED152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED152E

Black with #ED152E

Text Example


Text Example

White with #ED152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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