Html Css Color HEX #ED1624 Torch Red

📋 copy color: '#ED1624'

red 237 ◦ green 22 ◦ blue 36

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

Shades of Torch Red #ED1624

Tints of Torch Red #ED1624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 80.34%
G = 7.46%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED1624 (or 0xED1624) is known color: Torch Red. HEX triplet: ED, 16 and 24. RGB value is (237,22,36). Sum of RGB (Red+Green+Blue) = 237+22+36=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1624 is #12E9DB. Grayscale: #585858. Windows color (decimal): -1239516 or 2365165. OLE color: 2365165.

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

Color convert

RGB 237 22 36 -
CMYK 0 0.91 0.85 0.07
HSL 356.09º 0.86% 0.51% -
HSV(B) 356.09º 0.91% 0.93% -
XYZ 35.53 18.71 3.41 -
YUV 87.88 98.73 234.36 -
System Red Green Blue C M Y K H S L
Decimal 237 22 36 0 0.91 0.85 0.07 356.09 0.86 0.51
Hex ED 16 24 0 5B 55 7 164 56 33
Octal 355 26 44 0 133 125 7 544 126 63
Binary 11101101 10110 100100 0 1011011 1010101 111 101100100 1010110 110011

Color Harmonies of #ED1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1624

Black with #ED1624

Text Example


Text Example

White with #ED1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1624; }

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

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

background-color css

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

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

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

border-color css

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

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

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