Html Css Color HEX #FB1008 Red

📋 copy color: '#FB1008'

red 251 ◦ green 16 ◦ blue 8

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

Shades of Red #FB1008

Tints of Red #FB1008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.91%

R = 91.27%
G = 5.82%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB1008 (or 0xFB1008) is known color: Red. HEX triplet: FB, 10 and 08. RGB value is (251,16,8). Sum of RGB (Red+Green+Blue) = 251+16+8=275 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.27% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1008 is #04EFF7. Grayscale: #555555. Windows color (decimal): -323576 or 528635. OLE color: 528635.

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

Color convert

RGB 251 16 8 -
CMYK 0 0.94 0.97 0.02
HSL 1.98º 0.97% 0.51% -
HSV(B) 1.98º 0.97% 0.98% -
XYZ 40.01 20.9 2.15 -
YUV 85.35 84.36 246.15 -
System Red Green Blue C M Y K H S L
Decimal 251 16 8 0 0.94 0.97 0.02 1.98 0.97 0.51
Hex FB 10 8 0 5E 61 2 2 61 33
Octal 373 20 10 0 136 141 2 2 141 63
Binary 11111011 10000 1000 0 1011110 1100001 10 10 1100001 110011

Color Harmonies of #FB1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1008

Black with #FB1008

Text Example


Text Example

White with #FB1008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1008; }

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

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

background-color css

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

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

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

border-color css

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

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

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