#FB0901

Color #FB0901 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #FB0901

Tints of Red #FB0901

Color information

#FB0901 (or 0xFB0901) is unknown color: approx Red. HEX triplet: FB, 09 and 01. RGB value is (251,9,1). Sum of RGB (Red+Green+Blue) = 251+9+1=261 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.17% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0901 is #04F6FE. Grayscale: #505050. Windows color (decimal): -325375 or 68091. OLE color: 68091.

HSL color Cylindrical-coordinate representation of color #FB0901: hue angle of 1.92º 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 #FB0901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB25191-
CMYK00.961.000.02
HSL1.92º99.21%49.41%-
HSV(B)1.92º99.6%98.43%-
XYZ39.8920.711.92-
YUV80.4583.17249.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 96.17%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=96.17%
G=3.45%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519100.961.000.021.9299.2149.41
HexFB9106064226331
Octal37311101401442214361
Binary111110111001101100000110010010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0901; }

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

 H1.HeaderClassName
 {
   color: #FB0901;
 }
 .AnyTagClassName
 {
   color: #FB0901;
 }
</style>
background-color css

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

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

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

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

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

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