Html Css Color HEX #FB1310 Red

📋 copy color: '#FB1310'

red 251 ◦ green 19 ◦ blue 16

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

Shades of Red #FB1310

Tints of Red #FB1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 87.76%
G = 6.64%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB1310 (or 0xFB1310) is known color: Red. HEX triplet: FB, 13 and 10. RGB value is (251,19,16). Sum of RGB (Red+Green+Blue) = 251+19+16=286 (37% of max value = 765). Red value is 251 (98.44% from 255 or 87.76% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1310 is #04ECEF. Grayscale: #585858. Windows color (decimal): -322800 or 1053691. OLE color: 1053691.

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

Color convert

RGB 251 19 16 -
CMYK 0 0.92 0.94 0.02
HSL 0.77º 0.97% 0.52% -
HSV(B) 0.77º 0.94% 0.98% -
XYZ 40.11 21.01 2.43 -
YUV 88.03 87.36 244.24 -
System Red Green Blue C M Y K H S L
Decimal 251 19 16 0 0.92 0.94 0.02 0.77 0.97 0.52
Hex FB 13 10 0 5C 5E 2 1 61 34
Octal 373 23 20 0 134 136 2 1 141 64
Binary 11111011 10011 10000 0 1011100 1011110 10 1 1100001 110100

Color Harmonies of #FB1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1310

Black with #FB1310

Text Example


Text Example

White with #FB1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1310; }

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

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

background-color css

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

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

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

border-color css

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

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

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