Html Css Color HEX #ED1426 Torch Red

📋 copy color: '#ED1426'

red 237 ◦ green 20 ◦ blue 38

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

Shades of Torch Red #ED1426

Tints of Torch Red #ED1426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 80.34%
G = 6.78%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED1426 (or 0xED1426) is known color: Torch Red. HEX triplet: ED, 14 and 26. RGB value is (237,20,38). Sum of RGB (Red+Green+Blue) = 237+20+38=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1426 is #12EBD9. Grayscale: #575757. Windows color (decimal): -1240026 or 2495725. OLE color: 2495725.

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

Color convert

RGB 237 20 38 -
CMYK 0 0.92 0.84 0.07
HSL 355.02º 0.86% 0.5% -
HSV(B) 355.02º 0.92% 0.93% -
XYZ 35.53 18.64 3.56 -
YUV 86.94 100.39 235.04 -
System Red Green Blue C M Y K H S L
Decimal 237 20 38 0 0.92 0.84 0.07 355.02 0.86 0.5
Hex ED 14 26 0 5C 54 7 163 56 32
Octal 355 24 46 0 134 124 7 543 126 62
Binary 11101101 10100 100110 0 1011100 1010100 111 101100011 1010110 110010

Color Harmonies of #ED1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1426

Black with #ED1426

Text Example


Text Example

White with #ED1426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1426; }

 p { color: rgb(237,20,38); }

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

background-color css

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

 a { background-color: rgb(237,20,38); }

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

border-color css

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

 span { border-color: rgb(237,20,38); }

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