Html Css Color HEX #FF1349 Torch Red

📋 copy color: '#FF1349'

red 255 ◦ green 19 ◦ blue 73

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

Shades of Torch Red #FF1349

Tints of Torch Red #FF1349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

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

R = 73.49%
G = 5.48%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF1349 (or 0xFF1349) is known color: Torch Red. HEX triplet: FF, 13 and 49. RGB value is (255,19,73). Sum of RGB (Red+Green+Blue) = 255+19+73=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1349 is #00ECB6. Grayscale: #5F5F5F. Windows color (decimal): -60599 or 4789247. OLE color: 4789247.

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

Color convert

RGB 255 19 73 -
CMYK 0 0.93 0.71 0
HSL 346.27º 1% 0.54% -
HSV(B) 346.27º 0.93% 1% -
XYZ 42.68 22.21 8.34 -
YUV 95.72 115.19 241.61 -
System Red Green Blue C M Y K H S L
Decimal 255 19 73 0 0.93 0.71 0 346.27 1 0.54
Hex FF 13 49 0 5D 47 0 15A 64 36
Octal 377 23 111 0 135 107 0 532 144 66
Binary 11111111 10011 1001001 0 1011101 1000111 0 101011010 1100100 110110

Color Harmonies of #FF1349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1349

Black with #FF1349

Text Example


Text Example

White with #FF1349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1349; }

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

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

background-color css

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

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

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

border-color css

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

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

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