Html Css Color HEX #FB1011 Torch Red

📋 copy color: '#FB1011'

red 251 ◦ green 16 ◦ blue 17

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

Shades of Torch Red #FB1011

Tints of Torch Red #FB1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

 BLUE value IS 17 (7.03% from 255) = 5.99%

R = 88.38%
G = 5.63%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB1011 (or 0xFB1011) is known color: Torch Red. HEX triplet: FB, 10 and 11. RGB value is (251,16,17). Sum of RGB (Red+Green+Blue) = 251+16+17=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1011 is #04EFEE. Grayscale: #565656. Windows color (decimal): -323567 or 1118459. OLE color: 1118459.

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

Color convert

RGB 251 16 17 -
CMYK 0 0.94 0.93 0.02
HSL 359.74º 0.97% 0.52% -
HSV(B) 359.74º 0.94% 0.98% -
XYZ 40.07 20.92 2.46 -
YUV 86.38 88.86 245.42 -
System Red Green Blue C M Y K H S L
Decimal 251 16 17 0 0.94 0.93 0.02 359.74 0.97 0.52
Hex FB 10 11 0 5E 5D 2 168 61 34
Octal 373 20 21 0 136 135 2 550 141 64
Binary 11111011 10000 10001 0 1011110 1011101 10 101101000 1100001 110100

Color Harmonies of #FB1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1011

Black with #FB1011

Text Example


Text Example

White with #FB1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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