Html Css Color HEX #FF1341 Torch Red

📋 copy color: '#FF1341'

red 255 ◦ green 19 ◦ blue 65

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

Shades of Torch Red #FF1341

Tints of Torch Red #FF1341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 75.22%
G = 5.6%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF1341 (or 0xFF1341) is known color: Torch Red. HEX triplet: FF, 13 and 41. RGB value is (255,19,65). Sum of RGB (Red+Green+Blue) = 255+19+65=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1341 is #00ECBE. Grayscale: #5E5E5E. Windows color (decimal): -60607 or 4264959. OLE color: 4264959.

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

Color convert

RGB 255 19 65 -
CMYK 0 0.93 0.75 0
HSL 348.31º 1% 0.54% -
HSV(B) 348.31º 0.93% 1% -
XYZ 42.43 22.11 7.03 -
YUV 94.81 111.19 242.26 -
System Red Green Blue C M Y K H S L
Decimal 255 19 65 0 0.93 0.75 0 348.31 1 0.54
Hex FF 13 41 0 5D 4B 0 15C 64 36
Octal 377 23 101 0 135 113 0 534 144 66
Binary 11111111 10011 1000001 0 1011101 1001011 0 101011100 1100100 110110

Color Harmonies of #FF1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1341

Black with #FF1341

Text Example


Text Example

White with #FF1341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1341; }

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

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

background-color css

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

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

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

border-color css

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

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

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