Html Css Color HEX #FB113B Torch Red

📋 copy color: '#FB113B'

red 251 ◦ green 17 ◦ blue 59

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

Shades of Torch Red #FB113B

Tints of Torch Red #FB113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.04%

R = 76.76%
G = 5.2%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FB113B (or 0xFB113B) is known color: Torch Red. HEX triplet: FB, 11 and 3B. RGB value is (251,17,59). Sum of RGB (Red+Green+Blue) = 251+17+59=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB113B is #04EEC4. Grayscale: #5B5B5B. Windows color (decimal): -323269 or 3871227. OLE color: 3871227.

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

Color convert

RGB 251 17 59 -
CMYK 0 0.93 0.76 0.02
HSL 349.23º 0.97% 0.53% -
HSV(B) 349.23º 0.93% 0.98% -
XYZ 40.77 21.23 6.09 -
YUV 91.75 109.52 241.58 -
System Red Green Blue C M Y K H S L
Decimal 251 17 59 0 0.93 0.76 0.02 349.23 0.97 0.53
Hex FB 11 3B 0 5D 4C 2 15D 61 35
Octal 373 21 73 0 135 114 2 535 141 65
Binary 11111011 10001 111011 0 1011101 1001100 10 101011101 1100001 110101

Color Harmonies of #FB113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB113B

Black with #FB113B

Text Example


Text Example

White with #FB113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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