Html Css Color HEX #FB0101 Red

📋 copy color: '#FB0101'

red 251 ◦ green 1 ◦ blue 1

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

Shades of Red #FB0101

Tints of Red #FB0101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 99.21%
G = 0.4%
B = 0.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB0101 (or 0xFB0101) is known color: Red. HEX triplet: FB, 01 and 01. RGB value is (251,1,1). Sum of RGB (Red+Green+Blue) = 251+1+1=253 (33% of max value = 765). Red value is 251 (98.44% from 255 or 99.21% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0101 is #04FEFE. Grayscale: #4C4C4C. Windows color (decimal): -327423 or 66043. OLE color: 66043.

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

Color convert

RGB 251 1 1 -
CMYK 0 1.00 1.00 0.02
HSL 0.99% 0.49% -
HSV(B) 1% 0.98% -
XYZ 39.8 20.53 1.89 -
YUV 75.75 85.83 253 -
System Red Green Blue C M Y K H S L
Decimal 251 1 1 0 1.00 1.00 0.02 0 0.99 0.49
Hex FB 1 1 0 64 64 2 0 63 31
Octal 373 1 1 0 144 144 2 0 143 61
Binary 11111011 1 1 0 1100100 1100100 10 0 1100011 110001

Color Harmonies of #FB0101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0101

Black with #FB0101

Text Example


Text Example

White with #FB0101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0101; }

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

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

background-color css

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

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

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

border-color css

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

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

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