Html Css Color HEX #FF1A50 Torch Red

📋 copy color: '#FF1A50'

red 255 ◦ green 26 ◦ blue 80

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

Shades of Torch Red #FF1A50

Tints of Torch Red #FF1A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.2%

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

R = 70.64%
G = 7.2%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF1A50 (or 0xFF1A50) is known color: Torch Red. HEX triplet: FF, 1A and 50. RGB value is (255,26,80). Sum of RGB (Red+Green+Blue) = 255+26+80=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A50 is #00E5AF. Grayscale: #646464. Windows color (decimal): -58800 or 5249791. OLE color: 5249791.

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

Color convert

RGB 255 26 80 -
CMYK 0 0.90 0.69 0
HSL 345.85º 1% 0.55% -
HSV(B) 345.85º 0.9% 1% -
XYZ 43.06 22.58 9.68 -
YUV 100.63 116.37 238.11 -
System Red Green Blue C M Y K H S L
Decimal 255 26 80 0 0.90 0.69 0 345.85 1 0.55
Hex FF 1A 50 0 5A 45 0 15A 64 37
Octal 377 32 120 0 132 105 0 532 144 67
Binary 11111111 11010 1010000 0 1011010 1000101 0 101011010 1100100 110111

Color Harmonies of #FF1A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1A50

Black with #FF1A50

Text Example


Text Example

White with #FF1A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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