#FA1611

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

Shades of Scarlet #FA1611

Tints of Scarlet #FA1611

Color information

#FA1611 (or 0xFA1611) is unknown color: approx Scarlet. HEX triplet: FA, 16 and 11. RGB value is (250,22,17). Sum of RGB (Red+Green+Blue) = 250+22+17=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1611 is #05E9EE. Grayscale: #595959. Windows color (decimal): -387567 or 1119994. OLE color: 1119994.

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

Color convert

RGB2502217-
CMYK00.910.930.02
HSL1.29º95.88%52.35%-
HSV(B)1.29º93.2%98.04%-
XYZ39.8120.942.47-
YUV89.687.04242.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 86.51%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=86.51%
G=7.61%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250221700.910.930.021.2995.8852.35
HexFA161105B5D216034
Octal372262101331352114064
Binary1111101010110100010101101110111011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1611; }

 p { color: rgb(250,22,17); }

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

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

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

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

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

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

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