Html Css Color HEX #ED0019 Torch Red

📋 copy color: '#ED0019'

red 237 ◦ green 0 ◦ blue 25

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

Shades of Torch Red #ED0019

Tints of Torch Red #ED0019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.54%

R = 90.46%
G = 0%
B = 9.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED0019 (or 0xED0019) is known color: Torch Red. HEX triplet: ED, 00 and 19. RGB value is (237,0,25). Sum of RGB (Red+Green+Blue) = 237+0+25=262 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.46% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0019 is #12FFE6. Grayscale: #494949. Windows color (decimal): -1245159 or 1638637. OLE color: 1638637.

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

Color convert

RGB 237 0 25 -
CMYK 0 1 0.89 0.07
HSL 353.67º 1% 0.46% -
HSV(B) 353.67º 1% 0.93% -
XYZ 35.1 18.07 2.56 -
YUV 73.71 100.52 244.47 -
System Red Green Blue C M Y K H S L
Decimal 237 0 25 0 1 0.89 0.07 353.67 1 0.46
Hex ED 0 19 0 64 59 7 162 64 2E
Octal 355 0 31 0 144 131 7 542 144 56
Binary 11101101 0 11001 0 1100100 1011001 111 101100010 1100100 101110

Color Harmonies of #ED0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0019

Black with #ED0019

Text Example


Text Example

White with #ED0019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0019; }

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

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

background-color css

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

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

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

border-color css

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

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

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