#FA1817

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

Shades of Scarlet #FA1817

Tints of Scarlet #FA1817

Color information

#FA1817 (or 0xFA1817) is unknown color: approx Scarlet. HEX triplet: FA, 18 and 17. RGB value is (250,24,23). Sum of RGB (Red+Green+Blue) = 250+24+23=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1817 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1817 is #05E7E8. Grayscale: #5B5B5B. Windows color (decimal): -387049 or 1513722. OLE color: 1513722.

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

Color convert

RGB2502423-
CMYK00.900.910.02
HSL0.26º95.78%53.53%-
HSV(B)0.26º90.8%98.04%-
XYZ39.9121.042.77-
YUV91.4689.37241.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 84.18%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 23 (9.38% from 255) = 7.74%
R=84.18%
G=8.08%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250242300.900.910.020.2695.7853.53
HexFA181705A5B206036
Octal372302701321332014066
Binary1111101011000101110101101010110111001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1817; }

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

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

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

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

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

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

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

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