Html Css Color HEX #ED1531 Torch Red

📋 copy color: '#ED1531'

red 237 ◦ green 21 ◦ blue 49

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

Shades of Torch Red #ED1531

Tints of Torch Red #ED1531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 77.2%
G = 6.84%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED1531 (or 0xED1531) is known color: Torch Red. HEX triplet: ED, 15 and 31. RGB value is (237,21,49). Sum of RGB (Red+Green+Blue) = 237+21+49=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1531 is #12EACE. Grayscale: #585858. Windows color (decimal): -1239759 or 3216877. OLE color: 3216877.

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

Color convert

RGB 237 21 49 -
CMYK 0 0.91 0.79 0.07
HSL 352.22º 0.86% 0.51% -
HSV(B) 352.22º 0.91% 0.93% -
XYZ 35.75 18.76 4.64 -
YUV 88.78 105.56 233.72 -
System Red Green Blue C M Y K H S L
Decimal 237 21 49 0 0.91 0.79 0.07 352.22 0.86 0.51
Hex ED 15 31 0 5B 4F 7 160 56 33
Octal 355 25 61 0 133 117 7 540 126 63
Binary 11101101 10101 110001 0 1011011 1001111 111 101100000 1010110 110011

Color Harmonies of #ED1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1531

Black with #ED1531

Text Example


Text Example

White with #ED1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1531; }

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

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

background-color css

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

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

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

border-color css

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

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

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