Html Css Color HEX #FB1931 Torch Red

📋 copy color: '#FB1931'

red 251 ◦ green 25 ◦ blue 49

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

Shades of Torch Red #FB1931

Tints of Torch Red #FB1931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 77.23%
G = 7.69%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB1931 (or 0xFB1931) is known color: Torch Red. HEX triplet: FB, 19 and 31. RGB value is (251,25,49). Sum of RGB (Red+Green+Blue) = 251+25+49=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1931 is #04E6CE. Grayscale: #5F5F5F. Windows color (decimal): -321231 or 3217915. OLE color: 3217915.

HSL color Cylindrical-coordinate representation of color #FB1931: hue angle of 353.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1931 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 25 49 -
CMYK 0 0.90 0.80 0.02
HSL 353.63º 0.97% 0.54% -
HSV(B) 353.63º 0.9% 0.98% -
XYZ 40.69 21.43 4.9 -
YUV 95.31 101.87 239.05 -
System Red Green Blue C M Y K H S L
Decimal 251 25 49 0 0.90 0.80 0.02 353.63 0.97 0.54
Hex FB 19 31 0 5A 50 2 162 61 36
Octal 373 31 61 0 132 120 2 542 141 66
Binary 11111011 11001 110001 0 1011010 1010000 10 101100010 1100001 110110

Color Harmonies of #FB1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1931

Black with #FB1931

Text Example


Text Example

White with #FB1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1931; }

 p { color: rgb(251,25,49); }

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

background-color css

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

 a { background-color: rgb(251,25,49); }

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

border-color css

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

 span { border-color: rgb(251,25,49); }

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