Html Css Color HEX #FB000B Torch Red

📋 copy color: '#FB000B'

red 251 ◦ green 0 ◦ blue 11

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

Shades of Torch Red #FB000B

Tints of Torch Red #FB000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 11 (4.69% from 255) = 4.2%

R = 95.8%
G = 0%
B = 4.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB000B (or 0xFB000B) is known color: Torch Red. HEX triplet: FB, 00 and 0B. RGB value is (251,0,11). Sum of RGB (Red+Green+Blue) = 251+0+11=262 (34% of max value = 765). Red value is 251 (98.44% from 255 or 95.80% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 251 - color contains mainly: red. Hex color #FB000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB000B is #04FFF4. Grayscale: #4C4C4C. Windows color (decimal): -327669 or 721147. OLE color: 721147.

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

Color convert

RGB 251 0 11 -
CMYK 0 1 0.96 0.02
HSL 357.37º 1% 0.49% -
HSV(B) 357.37º 1% 0.98% -
XYZ 39.84 20.53 2.18 -
YUV 76.3 91.16 252.61 -
System Red Green Blue C M Y K H S L
Decimal 251 0 11 0 1 0.96 0.02 357.37 1 0.49
Hex FB 0 B 0 64 60 2 165 64 31
Octal 373 0 13 0 144 140 2 545 144 61
Binary 11111011 0 1011 0 1100100 1100000 10 101100101 1100100 110001

Color Harmonies of #FB000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB000B

Black with #FB000B

Text Example


Text Example

White with #FB000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB000B; }

 p { color: rgb(251,0,11); }

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

background-color css

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

 a { background-color: rgb(251,0,11); }

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

border-color css

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

 span { border-color: rgb(251,0,11); }

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