Html Css Color HEX #FF1346 Torch Red

📋 copy color: '#FF1346'

red 255 ◦ green 19 ◦ blue 70

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

Shades of Torch Red #FF1346

Tints of Torch Red #FF1346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 74.13%
G = 5.52%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF1346 (or 0xFF1346) is known color: Torch Red. HEX triplet: FF, 13 and 46. RGB value is (255,19,70). Sum of RGB (Red+Green+Blue) = 255+19+70=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1346 is #00ECB9. Grayscale: #5F5F5F. Windows color (decimal): -60602 or 4592639. OLE color: 4592639.

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

Color convert

RGB 255 19 70 -
CMYK 0 0.93 0.73 0
HSL 347.03º 1% 0.54% -
HSV(B) 347.03º 0.93% 1% -
XYZ 42.58 22.17 7.83 -
YUV 95.38 113.69 241.85 -
System Red Green Blue C M Y K H S L
Decimal 255 19 70 0 0.93 0.73 0 347.03 1 0.54
Hex FF 13 46 0 5D 49 0 15B 64 36
Octal 377 23 106 0 135 111 0 533 144 66
Binary 11111111 10011 1000110 0 1011101 1001001 0 101011011 1100100 110110

Color Harmonies of #FF1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1346

Black with #FF1346

Text Example


Text Example

White with #FF1346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1346; }

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

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

background-color css

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

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

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

border-color css

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

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

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