#FA1D18

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

Shades of Scarlet #FA1D18

Tints of Scarlet #FA1D18

Color information

#FA1D18 (or 0xFA1D18) is unknown color: approx Scarlet. HEX triplet: FA, 1D and 18. RGB value is (250,29,24). Sum of RGB (Red+Green+Blue) = 250+29+24=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1D18 is #05E2E7. Grayscale: #5E5E5E. Windows color (decimal): -385768 or 1580538. OLE color: 1580538.

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

Color convert

RGB2502924-
CMYK00.880.900.02
HSL1.33º95.76%53.73%-
HSV(B)1.33º90.4%98.04%-
XYZ40.0321.272.86-
YUV94.5188.22238.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 82.51%
GREEN value IS 29 (11.72% from 255) = 9.57%
BLUE value IS 24 (9.77% from 255) = 7.92%
R=82.51%
G=9.57%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250292400.880.900.021.3395.7653.73
HexFA1D180585A216036
Octal372353001301322114066
Binary1111101011101110000101100010110101011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1D18; }

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

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

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

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

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

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

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

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