Html Css Color HEX #FF1049 Torch Red

📋 copy color: '#FF1049'

red 255 ◦ green 16 ◦ blue 73

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

Shades of Torch Red #FF1049

Tints of Torch Red #FF1049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 74.13%
G = 4.65%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF1049 (or 0xFF1049) is known color: Torch Red. HEX triplet: FF, 10 and 49. RGB value is (255,16,73). Sum of RGB (Red+Green+Blue) = 255+16+73=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1049 is #00EFB6. Grayscale: #5D5D5D. Windows color (decimal): -61367 or 4788479. OLE color: 4788479.

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

Color convert

RGB 255 16 73 -
CMYK 0 0.94 0.71 0
HSL 345.69º 1% 0.53% -
HSV(B) 345.69º 0.94% 1% -
XYZ 42.63 22.11 8.32 -
YUV 93.96 116.18 242.87 -
System Red Green Blue C M Y K H S L
Decimal 255 16 73 0 0.94 0.71 0 345.69 1 0.53
Hex FF 10 49 0 5E 47 0 15A 64 35
Octal 377 20 111 0 136 107 0 532 144 65
Binary 11111111 10000 1001001 0 1011110 1000111 0 101011010 1100100 110101

Color Harmonies of #FF1049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1049

Black with #FF1049

Text Example


Text Example

White with #FF1049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1049; }

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

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

background-color css

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

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

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

border-color css

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

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

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