#FF141F

Color #FF141F Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FF141F

Tints of Torch Red #FF141F

Color information

#FF141F (or 0xFF141F) is unknown color: approx Torch Red. HEX triplet: FF, 14 and 1F. RGB value is (255,20,31). Sum of RGB (Red+Green+Blue) = 255+20+31=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF141F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF141F is #00EBE0. Grayscale: #5B5B5B. Windows color (decimal): -60385 or 2036991. OLE color: 2036991.

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

Color convert

RGB2552031-
CMYK00.920.880
HSL357.19º100%53.92%-
HSV(B)357.19º92.16%100%-
XYZ41.7421.863.32-
YUV91.5293.86244.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.33%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 31 (12.5% from 255) = 10.13%
R=83.33%
G=6.54%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255203100.920.880357.1910053.92
HexFF141F05C5801656436
Octal37724370134130054514466
Binary11111111101001111101011100101100001011001011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF141F; }

 p { color: rgb(255,20,31); }

 H1.HeaderClassName
 {
   color: #FF141F;
 }
 .AnyTagClassName
 {
   color: #FF141F;
 }
</style>
background-color css

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

 a { background-color: rgb(255,20,31); }

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

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

 span { border-color: rgb(255,20,31); }

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