Html Css Color HEX #ED0118 Torch Red

📋 copy color: '#ED0118'

red 237 ◦ green 1 ◦ blue 24

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

Shades of Torch Red #ED0118

Tints of Torch Red #ED0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 24 (9.77% from 255) = 9.16%

R = 90.46%
G = 0.38%
B = 9.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED0118 (or 0xED0118) is known color: Torch Red. HEX triplet: ED, 01 and 18. RGB value is (237,1,24). Sum of RGB (Red+Green+Blue) = 237+1+24=262 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.46% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0118 is #12FEE7. Grayscale: #4A4A4A. Windows color (decimal): -1244904 or 1573357. OLE color: 1573357.

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

Color convert

RGB 237 1 24 -
CMYK 0 1.00 0.90 0.07
HSL 354.15º 0.99% 0.47% -
HSV(B) 354.15º 1% 0.93% -
XYZ 35.1 18.09 2.51 -
YUV 74.19 99.69 244.13 -
System Red Green Blue C M Y K H S L
Decimal 237 1 24 0 1.00 0.90 0.07 354.15 0.99 0.47
Hex ED 1 18 0 64 5A 7 162 63 2F
Octal 355 1 30 0 144 132 7 542 143 57
Binary 11101101 1 11000 0 1100100 1011010 111 101100010 1100011 101111

Color Harmonies of #ED0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0118

Black with #ED0118

Text Example


Text Example

White with #ED0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0118; }

 p { color: rgb(237,1,24); }

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

background-color css

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

 a { background-color: rgb(237,1,24); }

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

border-color css

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

 span { border-color: rgb(237,1,24); }

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