#FA2A14

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

Shades of Scarlet #FA2A14

Tints of Scarlet #FA2A14

Color information

#FA2A14 (or 0xFA2A14) is unknown color: approx Scarlet. HEX triplet: FA, 2A and 14. RGB value is (250,42,20). Sum of RGB (Red+Green+Blue) = 250+42+20=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2A14 is #05D5EB. Grayscale: #656565. Windows color (decimal): -382444 or 1321722. OLE color: 1321722.

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

Color convert

RGB2504220-
CMYK00.830.920.02
HSL5.74º95.83%52.94%-
HSV(B)5.74º92%98.04%-
XYZ40.3822.032.79-
YUV101.6881.91233.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 80.13%
GREEN value IS 42 (16.80% from 255) = 13.46%
BLUE value IS 20 (8.20% from 255) = 6.41%
R=80.13%
G=13.46%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250422000.830.920.025.7495.8352.94
HexFA2A140535C266035
Octal372522401231342614065
Binary1111101010101010100010100111011100101101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2A14; }

 p { color: rgb(250,42,20); }

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

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

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

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

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

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

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