#FC2C0F

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

Shades of Scarlet #FC2C0F

Tints of Scarlet #FC2C0F

Color information

#FC2C0F (or 0xFC2C0F) is unknown color: approx Scarlet. HEX triplet: FC, 2C and 0F. RGB value is (252,44,15). Sum of RGB (Red+Green+Blue) = 252+44+15=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2C0F is #03D3F0. Grayscale: #676767. Windows color (decimal): -250865 or 994556. OLE color: 994556.

HSL color Cylindrical-coordinate representation of color #FC2C0F: hue angle of 7.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC2C0F is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB2524415-
CMYK00.830.940.01
HSL7.34º97.53%52.35%-
HSV(B)7.34º94.05%98.82%-
XYZ41.1322.532.63-
YUV102.8978.41234.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.03%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 15 (6.25% from 255) = 4.82%
R=81.03%
G=14.15%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252441500.830.940.017.3497.5352.35
HexFC2CF0535E176234
Octal374541701231361714264
Binary11111100101100111101010011101111011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2C0F; }

 p { color: rgb(252,44,15); }

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

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

 a { background-color: rgb(252,44,15); }

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

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

 span { border-color: rgb(252,44,15); }

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