Html Css Color HEX #ED012E Torch Red

📋 copy color: '#ED012E'

red 237 ◦ green 1 ◦ blue 46

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

Shades of Torch Red #ED012E

Tints of Torch Red #ED012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 83.45%
G = 0.35%
B = 16.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED012E (or 0xED012E) is known color: Torch Red. HEX triplet: ED, 01 and 2E. RGB value is (237,1,46). Sum of RGB (Red+Green+Blue) = 237+1+46=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED012E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED012E is #12FED1. Grayscale: #4C4C4C. Windows color (decimal): -1244882 or 3015149. OLE color: 3015149.

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

Color convert

RGB 237 1 46 -
CMYK 0 1.00 0.81 0.07
HSL 348.56º 0.99% 0.47% -
HSV(B) 348.56º 1% 0.93% -
XYZ 35.43 18.22 4.23 -
YUV 76.69 110.69 242.34 -
System Red Green Blue C M Y K H S L
Decimal 237 1 46 0 1.00 0.81 0.07 348.56 0.99 0.47
Hex ED 1 2E 0 64 51 7 15D 63 2F
Octal 355 1 56 0 144 121 7 535 143 57
Binary 11101101 1 101110 0 1100100 1010001 111 101011101 1100011 101111

Color Harmonies of #ED012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED012E

Black with #ED012E

Text Example


Text Example

White with #ED012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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