#FA1313

Color #FA1313 Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red #FA1313

Tints of Red #FA1313

Color information

#FA1313 (or 0xFA1313) is unknown color: approx Red. HEX triplet: FA, 13 and 13. RGB value is (250,19,19). Sum of RGB (Red+Green+Blue) = 250+19+19=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1313 is #05ECEC. Grayscale: #585858. Windows color (decimal): -388333 or 1250298. OLE color: 1250298.

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

Color convert

RGB2501919-
CMYK00.920.920.02
HSL95.85%52.75%-
HSV(B)92.4%98.04%-
XYZ39.7720.842.54-
YUV88.0789.03243.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 86.81%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=86.81%
G=6.60%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250191900.920.920.02095.8552.75
HexFA131305C5C206035
Octal372232301341342014065
Binary1111101010011100110101110010111001001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1313; }

 p { color: rgb(250,19,19); }

 H1.HeaderClassName
 {
   color: #FA1313;
 }
 .AnyTagClassName
 {
   color: #FA1313;
 }
</style>
background-color css

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

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

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

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

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

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