Html Css Color HEX #FB0911 Torch Red

📋 copy color: '#FB0911'

red 251 ◦ green 9 ◦ blue 17

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

Shades of Torch Red #FB0911

Tints of Torch Red #FB0911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

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

R = 90.61%
G = 3.25%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB0911 (or 0xFB0911) is known color: Torch Red. HEX triplet: FB, 09 and 11. RGB value is (251,9,17). Sum of RGB (Red+Green+Blue) = 251+9+17=277 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.61% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0911 is #04F6EE. Grayscale: #525252. Windows color (decimal): -325359 or 1116667. OLE color: 1116667.

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

Color convert

RGB 251 9 17 -
CMYK 0 0.96 0.93 0.02
HSL 358.02º 0.97% 0.51% -
HSV(B) 358.02º 0.96% 0.98% -
XYZ 39.98 20.75 2.43 -
YUV 82.27 91.17 248.35 -
System Red Green Blue C M Y K H S L
Decimal 251 9 17 0 0.96 0.93 0.02 358.02 0.97 0.51
Hex FB 9 11 0 60 5D 2 166 61 33
Octal 373 11 21 0 140 135 2 546 141 63
Binary 11111011 1001 10001 0 1100000 1011101 10 101100110 1100001 110011

Color Harmonies of #FB0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0911

Black with #FB0911

Text Example


Text Example

White with #FB0911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0911; }

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

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

background-color css

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

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

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

border-color css

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

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

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