Html Css Color HEX #FB1516 Torch Red

📋 copy color: '#FB1516'

red 251 ◦ green 21 ◦ blue 22

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

Shades of Torch Red #FB1516

Tints of Torch Red #FB1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

 BLUE value IS 22 (8.98% from 255) = 7.48%

R = 85.37%
G = 7.14%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FB1516 (or 0xFB1516) is known color: Torch Red. HEX triplet: FB, 15 and 16. RGB value is (251,21,22). Sum of RGB (Red+Green+Blue) = 251+21+22=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1516 is #04EAE9. Grayscale: #5A5A5A. Windows color (decimal): -322282 or 1447419. OLE color: 1447419.

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

Color convert

RGB 251 21 22 -
CMYK 0 0.92 0.91 0.02
HSL 359.74º 0.97% 0.53% -
HSV(B) 359.74º 0.92% 0.98% -
XYZ 40.2 21.1 2.71 -
YUV 89.88 89.7 242.92 -
System Red Green Blue C M Y K H S L
Decimal 251 21 22 0 0.92 0.91 0.02 359.74 0.97 0.53
Hex FB 15 16 0 5C 5B 2 168 61 35
Octal 373 25 26 0 134 133 2 550 141 65
Binary 11111011 10101 10110 0 1011100 1011011 10 101101000 1100001 110101

Color Harmonies of #FB1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1516

Black with #FB1516

Text Example


Text Example

White with #FB1516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1516; }

 p { color: rgb(251,21,22); }

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

background-color css

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

 a { background-color: rgb(251,21,22); }

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

border-color css

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

 span { border-color: rgb(251,21,22); }

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