Html Css Color HEX #ED1025 Torch Red

📋 copy color: '#ED1025'

red 237 ◦ green 16 ◦ blue 37

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

Shades of Torch Red #ED1025

Tints of Torch Red #ED1025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

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

R = 81.72%
G = 5.52%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED1025 (or 0xED1025) is known color: Torch Red. HEX triplet: ED, 10 and 25. RGB value is (237,16,37). Sum of RGB (Red+Green+Blue) = 237+16+37=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1025 is #12EFDA. Grayscale: #545454. Windows color (decimal): -1241051 or 2429165. OLE color: 2429165.

HSL color Cylindrical-coordinate representation of color #ED1025: hue angle of 354.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1025 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 16 37 -
CMYK 0 0.93 0.84 0.07
HSL 354.3º 0.87% 0.5% -
HSV(B) 354.3º 0.93% 0.93% -
XYZ 35.44 18.51 3.45 -
YUV 84.47 101.22 236.79 -
System Red Green Blue C M Y K H S L
Decimal 237 16 37 0 0.93 0.84 0.07 354.3 0.87 0.5
Hex ED 10 25 0 5D 54 7 162 57 32
Octal 355 20 45 0 135 124 7 542 127 62
Binary 11101101 10000 100101 0 1011101 1010100 111 101100010 1010111 110010

Color Harmonies of #ED1025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1025

Black with #ED1025

Text Example


Text Example

White with #ED1025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1025; }

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

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

background-color css

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

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

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

border-color css

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

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

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