Html Css Color HEX #FB1005 Red

📋 copy color: '#FB1005'

red 251 ◦ green 16 ◦ blue 5

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

Shades of Red #FB1005

Tints of Red #FB1005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.84%

R = 92.28%
G = 5.88%
B = 1.84%

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

#FB1005 (or 0xFB1005) is known color: Red. HEX triplet: FB, 10 and 05. RGB value is (251,16,5). Sum of RGB (Red+Green+Blue) = 251+16+5=272 (36% of max value = 765). Red value is 251 (98.44% from 255 or 92.28% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1005 is #04EFFA. Grayscale: #555555. Windows color (decimal): -323579 or 332027. OLE color: 332027.

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

Color convert

RGB 251 16 5 -
CMYK 0 0.94 0.98 0.02
HSL 2.68º 0.97% 0.5% -
HSV(B) 2.68º 0.98% 0.98% -
XYZ 40 20.89 2.07 -
YUV 85.01 82.86 246.39 -
System Red Green Blue C M Y K H S L
Decimal 251 16 5 0 0.94 0.98 0.02 2.68 0.97 0.5
Hex FB 10 5 0 5E 62 2 3 61 32
Octal 373 20 5 0 136 142 2 3 141 62
Binary 11111011 10000 101 0 1011110 1100010 10 11 1100001 110010

Color Harmonies of #FB1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1005

Black with #FB1005

Text Example


Text Example

White with #FB1005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1005; }

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

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

background-color css

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

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

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

border-color css

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

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

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