Html Css Color HEX #FB141F Torch Red

📋 copy color: '#FB141F'

red 251 ◦ green 20 ◦ blue 31

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

Shades of Torch Red #FB141F

Tints of Torch Red #FB141F

RGB

 RED value IS 251 (98.44% from 255) = 83.11%

 GREEN value IS 20 (8.2% from 255) = 6.62%

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 83.11%
G = 6.62%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB141F (or 0xFB141F) is known color: Torch Red. HEX triplet: FB, 14 and 1F. RGB value is (251,20,31). Sum of RGB (Red+Green+Blue) = 251+20+31=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB141F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB141F is #04EBE0. Grayscale: #5A5A5A. Windows color (decimal): -322529 or 2036987. OLE color: 2036987.

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

Color convert

RGB 251 20 31 -
CMYK 0 0.92 0.88 0.02
HSL 357.14º 0.97% 0.53% -
HSV(B) 357.14º 0.92% 0.98% -
XYZ 40.28 21.11 3.25 -
YUV 90.32 94.53 242.61 -
System Red Green Blue C M Y K H S L
Decimal 251 20 31 0 0.92 0.88 0.02 357.14 0.97 0.53
Hex FB 14 1F 0 5C 58 2 165 61 35
Octal 373 24 37 0 134 130 2 545 141 65
Binary 11111011 10100 11111 0 1011100 1011000 10 101100101 1100001 110101

Color Harmonies of #FB141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB141F

Black with #FB141F

Text Example


Text Example

White with #FB141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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