Html Css Color HEX #ED152B Torch Red

📋 copy color: '#ED152B'

red 237 ◦ green 21 ◦ blue 43

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

Shades of Torch Red #ED152B

Tints of Torch Red #ED152B

RGB

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

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

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

R = 78.74%
G = 6.98%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED152B (or 0xED152B) is known color: Torch Red. HEX triplet: ED, 15 and 2B. RGB value is (237,21,43). Sum of RGB (Red+Green+Blue) = 237+21+43=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED152B is #12EAD4. Grayscale: #585858. Windows color (decimal): -1239765 or 2823661. OLE color: 2823661.

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

Color convert

RGB 237 21 43 -
CMYK 0 0.91 0.82 0.07
HSL 353.89º 0.86% 0.51% -
HSV(B) 353.89º 0.91% 0.93% -
XYZ 35.63 18.72 4.02 -
YUV 88.09 102.56 234.21 -
System Red Green Blue C M Y K H S L
Decimal 237 21 43 0 0.91 0.82 0.07 353.89 0.86 0.51
Hex ED 15 2B 0 5B 52 7 162 56 33
Octal 355 25 53 0 133 122 7 542 126 63
Binary 11101101 10101 101011 0 1011011 1010010 111 101100010 1010110 110011

Color Harmonies of #ED152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED152B

Black with #ED152B

Text Example


Text Example

White with #ED152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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