Html Css Color HEX #ED1625 Torch Red

📋 copy color: '#ED1625'

red 237 ◦ green 22 ◦ blue 37

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

Shades of Torch Red #ED1625

Tints of Torch Red #ED1625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.5%

R = 80.07%
G = 7.43%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED1625 (or 0xED1625) is known color: Torch Red. HEX triplet: ED, 16 and 25. RGB value is (237,22,37). Sum of RGB (Red+Green+Blue) = 237+22+37=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1625 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1625 is #12E9DA. Grayscale: #585858. Windows color (decimal): -1239515 or 2430701. OLE color: 2430701.

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

Color convert

RGB 237 22 37 -
CMYK 0 0.91 0.84 0.07
HSL 355.81º 0.86% 0.51% -
HSV(B) 355.81º 0.91% 0.93% -
XYZ 35.55 18.71 3.49 -
YUV 88 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 237 22 37 0 0.91 0.84 0.07 355.81 0.86 0.51
Hex ED 16 25 0 5B 54 7 164 56 33
Octal 355 26 45 0 133 124 7 544 126 63
Binary 11101101 10110 100101 0 1011011 1010100 111 101100100 1010110 110011

Color Harmonies of #ED1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1625

Black with #ED1625

Text Example


Text Example

White with #ED1625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1625; }

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

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

background-color css

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

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

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

border-color css

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

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

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