Html Css Color HEX #ED013E Torch Red

📋 copy color: '#ED013E'

red 237 ◦ green 1 ◦ blue 62

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

Shades of Torch Red #ED013E

Tints of Torch Red #ED013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 79%
G = 0.33%
B = 20.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED013E (or 0xED013E) is known color: Torch Red. HEX triplet: ED, 01 and 3E. RGB value is (237,1,62). Sum of RGB (Red+Green+Blue) = 237+1+62=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED013E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED013E is #12FEC1. Grayscale: #4E4E4E. Windows color (decimal): -1244866 or 4063725. OLE color: 4063725.

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

Color convert

RGB 237 1 62 -
CMYK 0 1.00 0.74 0.07
HSL 344.49º 0.99% 0.47% -
HSV(B) 344.49º 1% 0.93% -
XYZ 35.81 18.37 6.22 -
YUV 78.52 118.69 241.04 -
System Red Green Blue C M Y K H S L
Decimal 237 1 62 0 1.00 0.74 0.07 344.49 0.99 0.47
Hex ED 1 3E 0 64 4A 7 158 63 2F
Octal 355 1 76 0 144 112 7 530 143 57
Binary 11101101 1 111110 0 1100100 1001010 111 101011000 1100011 101111

Color Harmonies of #ED013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED013E

Black with #ED013E

Text Example


Text Example

White with #ED013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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