#fa1c07

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

Shades of Scarlet #FA1C07

Tints of Scarlet #FA1C07

Color information

#FA1C07 (or 0xFA1C07) is unknown color: approx Scarlet. HEX triplet: FA, 1C and 07. RGB value is (250,28,7). Sum of RGB (Red+Green+Blue) = 250+28+7=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1C07 is #05E3F8. Grayscale: #5C5C5C. Windows color (decimal): -386041 or 466170. OLE color: 466170.

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

Color convert

RGB250287-
CMYK00.890.970.02
HSL5.19º96.05%50.39%-
HSV(B)5.19º97.2%98.04%-
XYZ39.8821.172.19-
YUV91.9880.05240.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 87.72%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 7 (3.12% from 255) = 2.46%
R=87.72%
G=9.82%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25028700.890.970.025.1996.0550.39
HexFA1C705961256032
Octal37234701311412514062
Binary1111101011100111010110011100001101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa1c07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa1c07; }

 p { color: rgb(250,28,7); }

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

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

 a { background-color: rgb(250,28,7); }

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

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

 span { border-color: rgb(250,28,7); }

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