Html Css Color HEX #FB0600 Red

📋 copy color: '#FB0600'

red 251 ◦ green 6 ◦ blue 0

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

Shades of Red #FB0600

Tints of Red #FB0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 97.67%
G = 2.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB0600 (or 0xFB0600) is known color: Red. HEX triplet: FB, 06 and 00. RGB value is (251,6,0). Sum of RGB (Red+Green+Blue) = 251+6+0=257 (34% of max value = 765). Red value is 251 (98.44% from 255 or 97.67% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0600 is #04F9FF. Grayscale: #4E4E4E. Windows color (decimal): -326144 or 1787. OLE color: 1787.

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

Color convert

RGB 251 6 0 -
CMYK 0 0.98 1 0.02
HSL 1.43º 1% 0.49% -
HSV(B) 1.43º 1% 0.98% -
XYZ 39.85 20.64 1.88 -
YUV 78.57 83.67 250.99 -
System Red Green Blue C M Y K H S L
Decimal 251 6 0 0 0.98 1 0.02 1.43 1 0.49
Hex FB 6 0 0 62 64 2 1 64 31
Octal 373 6 0 0 142 144 2 1 144 61
Binary 11111011 110 0 0 1100010 1100100 10 1 1100100 110001

Color Harmonies of #FB0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0600

Black with #FB0600

Text Example


Text Example

White with #FB0600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0600; }

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

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

background-color css

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

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

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

border-color css

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

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

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