#FC1F1A

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

Shades of Scarlet #FC1F1A

Tints of Scarlet #FC1F1A

Color information

#FC1F1A (or 0xFC1F1A) is unknown color: approx Scarlet. HEX triplet: FC, 1F and 1A. RGB value is (252,31,26). Sum of RGB (Red+Green+Blue) = 252+31+26=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1F1A is #03E0E5. Grayscale: #606060. Windows color (decimal): -254182 or 1712124. OLE color: 1712124.

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

Color convert

RGB2523126-
CMYK00.880.900.01
HSL1.33º97.41%54.51%-
HSV(B)1.33º89.68%98.82%-
XYZ40.8221.753.02-
YUV96.5188.22238.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.55%
GREEN value IS 31 (12.5% from 255) = 10.03%
BLUE value IS 26 (10.55% from 255) = 8.41%
R=81.55%
G=10.03%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252312600.880.900.011.3397.4154.51
HexFC1F1A0585A116137
Octal374373201301321114167
Binary111111001111111010010110001011010111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1F1A; }

 p { color: rgb(252,31,26); }

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

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

 a { background-color: rgb(252,31,26); }

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

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

 span { border-color: rgb(252,31,26); }

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