Html Css Color HEX #FB1111 Red

📋 copy color: '#FB1111'

red 251 ◦ green 17 ◦ blue 17

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

Shades of Red #FB1111

Tints of Red #FB1111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 88.07%
G = 5.96%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB1111 (or 0xFB1111) is known color: Red. HEX triplet: FB, 11 and 11. RGB value is (251,17,17). Sum of RGB (Red+Green+Blue) = 251+17+17=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1111 is #04EEEE. Grayscale: #575757. Windows color (decimal): -323311 or 1118715. OLE color: 1118715.

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

Color convert

RGB 251 17 17 -
CMYK 0 0.93 0.93 0.02
HSL 0.97% 0.53% -
HSV(B) 0.93% 0.98% -
XYZ 40.09 20.95 2.46 -
YUV 86.97 88.52 245 -
System Red Green Blue C M Y K H S L
Decimal 251 17 17 0 0.93 0.93 0.02 0 0.97 0.53
Hex FB 11 11 0 5D 5D 2 0 61 35
Octal 373 21 21 0 135 135 2 0 141 65
Binary 11111011 10001 10001 0 1011101 1011101 10 0 1100001 110101

Color Harmonies of #FB1111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1111

Black with #FB1111

Text Example


Text Example

White with #FB1111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1111; }

 p { color: rgb(251,17,17); }

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

background-color css

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

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

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

border-color css

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

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

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