Html Css Color HEX #FB1006 Red

📋 copy color: '#FB1006'

red 251 ◦ green 16 ◦ blue 6

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

Shades of Red #FB1006

Tints of Red #FB1006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.2%

R = 91.94%
G = 5.86%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB1006 (or 0xFB1006) is known color: Red. HEX triplet: FB, 10 and 06. RGB value is (251,16,6). Sum of RGB (Red+Green+Blue) = 251+16+6=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1006 is #04EFF9. Grayscale: #555555. Windows color (decimal): -323578 or 397563. OLE color: 397563.

HSL color Cylindrical-coordinate representation of color #FB1006: hue angle of 2.45º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB1006 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 16 6 -
CMYK 0 0.94 0.98 0.02
HSL 2.45º 0.97% 0.5% -
HSV(B) 2.45º 0.98% 0.98% -
XYZ 40 20.89 2.1 -
YUV 85.13 83.36 246.31 -
System Red Green Blue C M Y K H S L
Decimal 251 16 6 0 0.94 0.98 0.02 2.45 0.97 0.5
Hex FB 10 6 0 5E 62 2 2 61 32
Octal 373 20 6 0 136 142 2 2 141 62
Binary 11111011 10000 110 0 1011110 1100010 10 10 1100001 110010

Color Harmonies of #FB1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1006

Black with #FB1006

Text Example


Text Example

White with #FB1006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1006; }

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

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

background-color css

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

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

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

border-color css

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

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

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