#F81313

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

Shades of Red #F81313

Tints of Red #F81313

Color information

#F81313 (or 0xF81313) is unknown color: approx Red. HEX triplet: F8, 13 and 13. RGB value is (248,19,19). Sum of RGB (Red+Green+Blue) = 248+19+19=286 (37% of max value = 765). Red value is 248 (97.27% from 255 or 86.71% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 248 - color contains mainly: red. Hex color #F81313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81313 is #07ECEC. Grayscale: #575757. Windows color (decimal): -519405 or 1250296. OLE color: 1250296.

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

Color convert

RGB2481919-
CMYK00.920.920.03
HSL94.24%52.35%-
HSV(B)92.34%97.25%-
XYZ39.0620.472.51-
YUV87.4789.37242.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 86.71%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=86.71%
G=6.64%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248191900.920.920.03094.2452.35
HexF8131305C5C305e34
Octal370232301341343013664
Binary1111100010011100110101110010111001101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81313; }

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

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

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

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

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

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

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

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