Html Css Color HEX #ED011A Torch Red

📋 copy color: '#ED011A'

red 237 ◦ green 1 ◦ blue 26

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

Shades of Torch Red #ED011A

Tints of Torch Red #ED011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.85%

R = 89.77%
G = 0.38%
B = 9.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED011A (or 0xED011A) is known color: Torch Red. HEX triplet: ED, 01 and 1A. RGB value is (237,1,26). Sum of RGB (Red+Green+Blue) = 237+1+26=264 (34% of max value = 765). Red value is 237 (92.97% from 255 or 89.77% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 237 - color contains mainly: red. Hex color #ED011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED011A is #12FEE5. Grayscale: #4A4A4A. Windows color (decimal): -1244902 or 1704429. OLE color: 1704429.

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

Color convert

RGB 237 1 26 -
CMYK 0 1.00 0.89 0.07
HSL 353.64º 0.99% 0.47% -
HSV(B) 353.64º 1% 0.93% -
XYZ 35.12 18.1 2.62 -
YUV 74.41 100.69 243.97 -
System Red Green Blue C M Y K H S L
Decimal 237 1 26 0 1.00 0.89 0.07 353.64 0.99 0.47
Hex ED 1 1A 0 64 59 7 162 63 2F
Octal 355 1 32 0 144 131 7 542 143 57
Binary 11101101 1 11010 0 1100100 1011001 111 101100010 1100011 101111

Color Harmonies of #ED011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED011A

Black with #ED011A

Text Example


Text Example

White with #ED011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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