#FC1F14

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

Shades of Scarlet #FC1F14

Tints of Scarlet #FC1F14

Color information

#FC1F14 (or 0xFC1F14) is unknown color: approx Scarlet. HEX triplet: FC, 1F and 14. RGB value is (252,31,20). Sum of RGB (Red+Green+Blue) = 252+31+20=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1F14 is #03E0EB. Grayscale: #606060. Windows color (decimal): -254188 or 1318908. OLE color: 1318908.

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

Color convert

RGB2523120-
CMYK00.880.920.01
HSL2.84º97.48%53.33%-
HSV(B)2.84º92.06%98.82%-
XYZ40.7621.732.71-
YUV95.8285.22239.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 83.17%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 20 (8.20% from 255) = 6.60%
R=83.17%
G=10.23%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252312000.880.920.012.8497.4853.33
HexFC1F140585C136135
Octal374372401301341314165
Binary1111110011111101000101100010111001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1F14; }

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

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

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

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

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

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

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

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