Html Css Color HEX #FF0E50 Torch Red

📋 copy color: '#FF0E50'

red 255 ◦ green 14 ◦ blue 80

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

Shades of Torch Red #FF0E50

Tints of Torch Red #FF0E50

RGB

 RED value IS 255 (100% from 255) = 73.07%

 GREEN value IS 14 (5.86% from 255) = 4.01%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 73.07%
G = 4.01%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF0E50 (or 0xFF0E50) is known color: Torch Red. HEX triplet: FF, 0E and 50. RGB value is (255,14,80). Sum of RGB (Red+Green+Blue) = 255+14+80=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E50 is #00F1AF. Grayscale: #5D5D5D. Windows color (decimal): -61872 or 5246719. OLE color: 5246719.

HSL color Cylindrical-coordinate representation of color #FF0E50: hue angle of 343.57º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0E50 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 14 80 -
CMYK 0 0.95 0.69 0
HSL 343.57º 1% 0.53% -
HSV(B) 343.57º 0.95% 1% -
XYZ 42.85 22.15 9.61 -
YUV 93.58 120.34 243.13 -
System Red Green Blue C M Y K H S L
Decimal 255 14 80 0 0.95 0.69 0 343.57 1 0.53
Hex FF E 50 0 5F 45 0 158 64 35
Octal 377 16 120 0 137 105 0 530 144 65
Binary 11111111 1110 1010000 0 1011111 1000101 0 101011000 1100100 110101

Color Harmonies of #FF0E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E50

Black with #FF0E50

Text Example


Text Example

White with #FF0E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E50; }

 p { color: rgb(255,14,80); }

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

background-color css

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

 a { background-color: rgb(255,14,80); }

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

border-color css

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

 span { border-color: rgb(255,14,80); }

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