Html Css Color HEX #FB111B Torch Red

📋 copy color: '#FB111B'

red 251 ◦ green 17 ◦ blue 27

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

Shades of Torch Red #FB111B

Tints of Torch Red #FB111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 85.08%
G = 5.76%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB111B (or 0xFB111B) is known color: Torch Red. HEX triplet: FB, 11 and 1B. RGB value is (251,17,27). Sum of RGB (Red+Green+Blue) = 251+17+27=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB111B is #04EEE4. Grayscale: #585858. Windows color (decimal): -323301 or 1774075. OLE color: 1774075.

HSL color Cylindrical-coordinate representation of color #FB111B: hue angle of 357.44º 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 #FB111B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 17 27 -
CMYK 0 0.93 0.89 0.02
HSL 357.44º 0.97% 0.53% -
HSV(B) 357.44º 0.93% 0.98% -
XYZ 40.18 20.99 2.97 -
YUV 88.11 93.52 244.19 -
System Red Green Blue C M Y K H S L
Decimal 251 17 27 0 0.93 0.89 0.02 357.44 0.97 0.53
Hex FB 11 1B 0 5D 59 2 165 61 35
Octal 373 21 33 0 135 131 2 545 141 65
Binary 11111011 10001 11011 0 1011101 1011001 10 101100101 1100001 110101

Color Harmonies of #FB111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB111B

Black with #FB111B

Text Example


Text Example

White with #FB111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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