Html Css Color HEX #ED1532 Torch Red

📋 copy color: '#ED1532'

red 237 ◦ green 21 ◦ blue 50

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

Shades of Torch Red #ED1532

Tints of Torch Red #ED1532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 76.95%
G = 6.82%
B = 16.23%

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

#ED1532 (or 0xED1532) is known color: Torch Red. HEX triplet: ED, 15 and 32. RGB value is (237,21,50). Sum of RGB (Red+Green+Blue) = 237+21+50=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1532 is #12EACD. Grayscale: #585858. Windows color (decimal): -1239758 or 3282413. OLE color: 3282413.

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

Color convert

RGB 237 21 50 -
CMYK 0 0.91 0.79 0.07
HSL 351.94º 0.86% 0.51% -
HSV(B) 351.94º 0.91% 0.93% -
XYZ 35.77 18.77 4.76 -
YUV 88.89 106.06 233.64 -
System Red Green Blue C M Y K H S L
Decimal 237 21 50 0 0.91 0.79 0.07 351.94 0.86 0.51
Hex ED 15 32 0 5B 4F 7 160 56 33
Octal 355 25 62 0 133 117 7 540 126 63
Binary 11101101 10101 110010 0 1011011 1001111 111 101100000 1010110 110011

Color Harmonies of #ED1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1532

Black with #ED1532

Text Example


Text Example

White with #ED1532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1532; }

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

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

background-color css

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

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

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

border-color css

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

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

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