#FA1D0C

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

Shades of Scarlet #FA1D0C

Tints of Scarlet #FA1D0C

Color information

#FA1D0C (or 0xFA1D0C) is unknown color: approx Scarlet. HEX triplet: FA, 1D and 0C. RGB value is (250,29,12). Sum of RGB (Red+Green+Blue) = 250+29+12=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1D0C is #05E2F3. Grayscale: #5D5D5D. Windows color (decimal): -385780 or 794106. OLE color: 794106.

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

Color convert

RGB2502912-
CMYK00.880.950.02
HSL4.29º95.97%51.37%-
HSV(B)4.29º95.2%98.04%-
XYZ39.9321.232.34-
YUV93.1482.22239.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 85.91%
GREEN value IS 29 (11.72% from 255) = 9.97%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=85.91%
G=9.97%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250291200.880.950.024.2995.9751.37
HexFA1DC0585F246033
Octal372351401301372414063
Binary11111010111011100010110001011111101001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1D0C; }

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

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

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

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

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

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

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

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