Html Css Color HEX #FB0107 Torch Red

📋 copy color: '#FB0107'

red 251 ◦ green 1 ◦ blue 7

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

Shades of Torch Red #FB0107

Tints of Torch Red #FB0107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 7 (3.13% from 255) = 2.7%

R = 96.91%
G = 0.39%
B = 2.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB0107 (or 0xFB0107) is known color: Torch Red. HEX triplet: FB, 01 and 07. RGB value is (251,1,7). Sum of RGB (Red+Green+Blue) = 251+1+7=259 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.91% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0107 is #04FEF8. Grayscale: #4C4C4C. Windows color (decimal): -327417 or 459259. OLE color: 459259.

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

Color convert

RGB 251 1 7 -
CMYK 0 1.00 0.97 0.02
HSL 358.56º 0.99% 0.49% -
HSV(B) 358.56º 1% 0.98% -
XYZ 39.83 20.55 2.07 -
YUV 76.43 88.83 252.51 -
System Red Green Blue C M Y K H S L
Decimal 251 1 7 0 1.00 0.97 0.02 358.56 0.99 0.49
Hex FB 1 7 0 64 61 2 167 63 31
Octal 373 1 7 0 144 141 2 547 143 61
Binary 11111011 1 111 0 1100100 1100001 10 101100111 1100011 110001

Color Harmonies of #FB0107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0107

Black with #FB0107

Text Example


Text Example

White with #FB0107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0107; }

 p { color: rgb(251,1,7); }

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

background-color css

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

 a { background-color: rgb(251,1,7); }

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

border-color css

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

 span { border-color: rgb(251,1,7); }

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