Html Css Color HEX #FB1000 Red

📋 copy color: '#FB1000'

red 251 ◦ green 16 ◦ blue 0

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

Shades of Red #FB1000

Tints of Red #FB1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

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

R = 94.01%
G = 5.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB1000 (or 0xFB1000) is known color: Red. HEX triplet: FB, 10 and 00. RGB value is (251,16,0). Sum of RGB (Red+Green+Blue) = 251+16+0=267 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.01% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1000 is #04EFFF. Grayscale: #545454. Windows color (decimal): -323584 or 4347. OLE color: 4347.

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

Color convert

RGB 251 16 0 -
CMYK 0 0.94 1 0.02
HSL 3.82º 1% 0.49% -
HSV(B) 3.82º 1% 0.98% -
XYZ 39.97 20.88 1.92 -
YUV 84.44 80.36 246.8 -
System Red Green Blue C M Y K H S L
Decimal 251 16 0 0 0.94 1 0.02 3.82 1 0.49
Hex FB 10 0 0 5E 64 2 4 64 31
Octal 373 20 0 0 136 144 2 4 144 61
Binary 11111011 10000 0 0 1011110 1100100 10 100 1100100 110001

Color Harmonies of #FB1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1000

Black with #FB1000

Text Example


Text Example

White with #FB1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1000; }

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

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

background-color css

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

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

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

border-color css

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

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

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