#FA1704

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

Shades of Scarlet #FA1704

Tints of Scarlet #FA1704

Color information

#FA1704 (or 0xFA1704) is unknown color: approx Scarlet. HEX triplet: FA, 17 and 04. RGB value is (250,23,4). Sum of RGB (Red+Green+Blue) = 250+23+4=277 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.25% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1704 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1704 is #05E8FB. Grayscale: #595959. Windows color (decimal): -387324 or 268282. OLE color: 268282.

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

Color convert

RGB250234-
CMYK00.910.980.02
HSL4.63º96.85%49.8%-
HSV(B)4.63º98.4%98.04%-
XYZ39.7520.952.06-
YUV88.7180.21243.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 90.25%
GREEN value IS 23 (9.38% from 255) = 8.30%
BLUE value IS 4 (1.95% from 255) = 1.44%
R=90.25%
G=8.30%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023400.910.980.024.6396.8549.8
HexFA17405B62256132
Octal37227401331422514162
Binary1111101010111100010110111100010101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1704; }

 p { color: rgb(250,23,4); }

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

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

 a { background-color: rgb(250,23,4); }

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

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

 span { border-color: rgb(250,23,4); }

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