#FA2215

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

Shades of Scarlet #FA2215

Tints of Scarlet #FA2215

Color information

#FA2215 (or 0xFA2215) is unknown color: approx Scarlet. HEX triplet: FA, 22 and 15. RGB value is (250,34,21). Sum of RGB (Red+Green+Blue) = 250+34+21=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2215 is #05DDEA. Grayscale: #616161. Windows color (decimal): -384491 or 1385210. OLE color: 1385210.

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

Color convert

RGB2503421-
CMYK00.860.920.02
HSL3.41º95.82%53.14%-
HSV(B)3.41º91.6%98.04%-
XYZ40.1321.522.75-
YUV97.185.06237.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 81.97%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 21 (8.59% from 255) = 6.89%
R=81.97%
G=11.15%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250342100.860.920.023.4195.8253.14
HexFA22150565C236035
Octal372422501261342314065
Binary111110101000101010101010110101110010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2215; }

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

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

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

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

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

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

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

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