Html Css Color HEX #FF1949 Torch Red

📋 copy color: '#FF1949'

red 255 ◦ green 25 ◦ blue 73

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

Shades of Torch Red #FF1949

Tints of Torch Red #FF1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.08%

 BLUE value IS 73 (28.91% from 255) = 20.68%

R = 72.24%
G = 7.08%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF1949 (or 0xFF1949) is known color: Torch Red. HEX triplet: FF, 19 and 49. RGB value is (255,25,73). Sum of RGB (Red+Green+Blue) = 255+25+73=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1949 is #00E6B6. Grayscale: #636363. Windows color (decimal): -59063 or 4790783. OLE color: 4790783.

HSL color Cylindrical-coordinate representation of color #FF1949: hue angle of 347.48º 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 #FF1949 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 25 73 -
CMYK 0 0.90 0.71 0
HSL 347.48º 1% 0.55% -
HSV(B) 347.48º 0.9% 1% -
XYZ 42.79 22.44 8.38 -
YUV 99.24 113.2 239.1 -
System Red Green Blue C M Y K H S L
Decimal 255 25 73 0 0.90 0.71 0 347.48 1 0.55
Hex FF 19 49 0 5A 47 0 15B 64 37
Octal 377 31 111 0 132 107 0 533 144 67
Binary 11111111 11001 1001001 0 1011010 1000111 0 101011011 1100100 110111

Color Harmonies of #FF1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1949

Black with #FF1949

Text Example


Text Example

White with #FF1949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1949; }

 p { color: rgb(255,25,73); }

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

background-color css

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

 a { background-color: rgb(255,25,73); }

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

border-color css

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

 span { border-color: rgb(255,25,73); }

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