#FB0200

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

Shades of Red #FB0200

Tints of Red #FB0200

Color information

#FB0200 (or 0xFB0200) is unknown color: approx Red. HEX triplet: FB, 02 and 00. RGB value is (251,2,0). Sum of RGB (Red+Green+Blue) = 251+2+0=253 (33% of max value = 765). Red value is 251 (98.44% from 255 or 99.21% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0200 is #04FDFF. Grayscale: #4C4C4C. Windows color (decimal): -327168 or 763. OLE color: 763.

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

Color convert

RGB25120-
CMYK00.9910.02
HSL0.48º100%49.22%-
HSV(B)0.48º100%98.43%-
XYZ39.8120.551.87-
YUV76.2284.99252.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 99.21%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.21%
G=0.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512000.9910.020.4810049.22
HexFB2006364206431
Octal3732001431442014461
Binary111110111000110001111001001001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0200; }

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

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

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

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

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

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

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

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