Html Css Color HEX #FB111F Torch Red

📋 copy color: '#FB111F'

red 251 ◦ green 17 ◦ blue 31

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

Shades of Torch Red #FB111F

Tints of Torch Red #FB111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.69%

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

R = 83.95%
G = 5.69%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB111F (or 0xFB111F) is known color: Torch Red. HEX triplet: FB, 11 and 1F. RGB value is (251,17,31). Sum of RGB (Red+Green+Blue) = 251+17+31=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB111F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB111F is #04EEE0. Grayscale: #585858. Windows color (decimal): -323297 or 2036219. OLE color: 2036219.

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

Color convert

RGB 251 17 31 -
CMYK 0 0.93 0.88 0.02
HSL 356.41º 0.97% 0.53% -
HSV(B) 356.41º 0.93% 0.98% -
XYZ 40.23 21.01 3.23 -
YUV 88.56 95.52 243.86 -
System Red Green Blue C M Y K H S L
Decimal 251 17 31 0 0.93 0.88 0.02 356.41 0.97 0.53
Hex FB 11 1F 0 5D 58 2 164 61 35
Octal 373 21 37 0 135 130 2 544 141 65
Binary 11111011 10001 11111 0 1011101 1011000 10 101100100 1100001 110101

Color Harmonies of #FB111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB111F

Black with #FB111F

Text Example


Text Example

White with #FB111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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