#FA1915

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

Shades of Scarlet #FA1915

Tints of Scarlet #FA1915

Color information

#FA1915 (or 0xFA1915) is unknown color: approx Scarlet. HEX triplet: FA, 19 and 15. RGB value is (250,25,21). Sum of RGB (Red+Green+Blue) = 250+25+21=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1915 is #05E6EA. Grayscale: #5C5C5C. Windows color (decimal): -386795 or 1382906. OLE color: 1382906.

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

Color convert

RGB2502521-
CMYK00.90.920.02
HSL1.05º95.82%53.14%-
HSV(B)1.05º91.6%98.04%-
XYZ39.9121.072.67-
YUV91.8288.04240.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 84.46%
GREEN value IS 25 (10.16% from 255) = 8.45%
BLUE value IS 21 (8.59% from 255) = 7.09%
R=84.46%
G=8.45%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250252100.90.920.021.0595.8253.14
HexFA191505A5C216035
Octal372312501321342114065
Binary1111101011001101010101101010111001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1915; }

 p { color: rgb(250,25,21); }

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

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

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

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

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

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

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