#FC201F

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

Shades of Scarlet #FC201F

Tints of Scarlet #FC201F

Color information

#FC201F (or 0xFC201F) is unknown color: approx Scarlet. HEX triplet: FC, 20 and 1F. RGB value is (252,32,31). Sum of RGB (Red+Green+Blue) = 252+32+31=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC201F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC201F is #03DFE0. Grayscale: #616161. Windows color (decimal): -253921 or 2040060. OLE color: 2040060.

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

Color convert

RGB2523231-
CMYK00.870.880.01
HSL0.27º97.36%55.49%-
HSV(B)0.27º87.7%98.82%-
XYZ40.9121.833.35-
YUV97.6790.39238.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80%
GREEN value IS 32 (12.89% from 255) = 10.16%
BLUE value IS 31 (12.5% from 255) = 9.84%
R=80%
G=10.16%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252323100.870.880.010.2797.3655.49
HexFC201F05758106137
Octal374403701271301014167
Binary1111110010000011111010101111011000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC201F; }

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

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

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

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

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

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

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

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