Html Css Color HEX #ED0026 Torch Red

📋 copy color: '#ED0026'

red 237 ◦ green 0 ◦ blue 38

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

Shades of Torch Red #ED0026

Tints of Torch Red #ED0026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.18%
G = 0%
B = 13.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED0026 (or 0xED0026) is known color: Torch Red. HEX triplet: ED, 00 and 26. RGB value is (237,0,38). Sum of RGB (Red+Green+Blue) = 237+0+38=275 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.18% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0026 is #12FFD9. Grayscale: #4B4B4B. Windows color (decimal): -1245146 or 2490605. OLE color: 2490605.

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

Color convert

RGB 237 0 38 -
CMYK 0 1 0.84 0.07
HSL 350.38º 1% 0.46% -
HSV(B) 350.38º 1% 0.93% -
XYZ 35.27 18.14 3.48 -
YUV 75.2 107.02 243.41 -
System Red Green Blue C M Y K H S L
Decimal 237 0 38 0 1 0.84 0.07 350.38 1 0.46
Hex ED 0 26 0 64 54 7 15E 64 2E
Octal 355 0 46 0 144 124 7 536 144 56
Binary 11101101 0 100110 0 1100100 1010100 111 101011110 1100100 101110

Color Harmonies of #ED0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0026

Black with #ED0026

Text Example


Text Example

White with #ED0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0026; }

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

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

background-color css

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

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

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

border-color css

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

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

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