Html Css Color HEX #ED1636 Torch Red

📋 copy color: '#ED1636'

red 237 ◦ green 22 ◦ blue 54

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

Shades of Torch Red #ED1636

Tints of Torch Red #ED1636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 75.72%
G = 7.03%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED1636 (or 0xED1636) is known color: Torch Red. HEX triplet: ED, 16 and 36. RGB value is (237,22,54). Sum of RGB (Red+Green+Blue) = 237+22+54=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1636 is #12E9C9. Grayscale: #5A5A5A. Windows color (decimal): -1239498 or 3544813. OLE color: 3544813.

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

Color convert

RGB 237 22 54 -
CMYK 0 0.91 0.77 0.07
HSL 351.07º 0.86% 0.51% -
HSV(B) 351.07º 0.91% 0.93% -
XYZ 35.88 18.84 5.24 -
YUV 89.93 107.73 232.9 -
System Red Green Blue C M Y K H S L
Decimal 237 22 54 0 0.91 0.77 0.07 351.07 0.86 0.51
Hex ED 16 36 0 5B 4D 7 15F 56 33
Octal 355 26 66 0 133 115 7 537 126 63
Binary 11101101 10110 110110 0 1011011 1001101 111 101011111 1010110 110011

Color Harmonies of #ED1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1636

Black with #ED1636

Text Example


Text Example

White with #ED1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1636; }

 p { color: rgb(237,22,54); }

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

background-color css

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

 a { background-color: rgb(237,22,54); }

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

border-color css

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

 span { border-color: rgb(237,22,54); }

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