Html Css Color HEX #FB1114 Torch Red

📋 copy color: '#FB1114'

red 251 ◦ green 17 ◦ blue 20

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

Shades of Torch Red #FB1114

Tints of Torch Red #FB1114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 87.15%
G = 5.9%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB1114 (or 0xFB1114) is known color: Torch Red. HEX triplet: FB, 11 and 14. RGB value is (251,17,20). Sum of RGB (Red+Green+Blue) = 251+17+20=288 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.15% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1114 is #04EEEB. Grayscale: #575757. Windows color (decimal): -323308 or 1315323. OLE color: 1315323.

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

Color convert

RGB 251 17 20 -
CMYK 0 0.93 0.92 0.02
HSL 359.23º 0.97% 0.53% -
HSV(B) 359.23º 0.93% 0.98% -
XYZ 40.11 20.96 2.59 -
YUV 87.31 90.02 244.76 -
System Red Green Blue C M Y K H S L
Decimal 251 17 20 0 0.93 0.92 0.02 359.23 0.97 0.53
Hex FB 11 14 0 5D 5C 2 167 61 35
Octal 373 21 24 0 135 134 2 547 141 65
Binary 11111011 10001 10100 0 1011101 1011100 10 101100111 1100001 110101

Color Harmonies of #FB1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1114

Black with #FB1114

Text Example


Text Example

White with #FB1114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1114; }

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

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

background-color css

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

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

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

border-color css

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

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

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