Html Css Color HEX #FB1731 Torch Red

📋 copy color: '#FB1731'

red 251 ◦ green 23 ◦ blue 49

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

Shades of Torch Red #FB1731

Tints of Torch Red #FB1731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.12%

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

R = 77.71%
G = 7.12%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB1731 (or 0xFB1731) is known color: Torch Red. HEX triplet: FB, 17 and 31. RGB value is (251,23,49). Sum of RGB (Red+Green+Blue) = 251+23+49=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1731 is #04E8CE. Grayscale: #5E5E5E. Windows color (decimal): -321743 or 3217403. OLE color: 3217403.

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

Color convert

RGB 251 23 49 -
CMYK 0 0.91 0.80 0.02
HSL 353.16º 0.97% 0.54% -
HSV(B) 353.16º 0.91% 0.98% -
XYZ 40.64 21.34 4.88 -
YUV 94.14 102.54 239.89 -
System Red Green Blue C M Y K H S L
Decimal 251 23 49 0 0.91 0.80 0.02 353.16 0.97 0.54
Hex FB 17 31 0 5B 50 2 161 61 36
Octal 373 27 61 0 133 120 2 541 141 66
Binary 11111011 10111 110001 0 1011011 1010000 10 101100001 1100001 110110

Color Harmonies of #FB1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1731

Black with #FB1731

Text Example


Text Example

White with #FB1731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1731; }

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

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

background-color css

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

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

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

border-color css

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

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

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