#FC2D0F

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

Shades of Scarlet #FC2D0F

Tints of Scarlet #FC2D0F

Color information

#FC2D0F (or 0xFC2D0F) is unknown color: approx Scarlet. HEX triplet: FC, 2D and 0F. RGB value is (252,45,15). Sum of RGB (Red+Green+Blue) = 252+45+15=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2D0F is #03D2F0. Grayscale: #676767. Windows color (decimal): -250609 or 994812. OLE color: 994812.

HSL color Cylindrical-coordinate representation of color #FC2D0F: hue angle of 7.59º 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 #FC2D0F is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB2524515-
CMYK00.820.940.01
HSL7.59º97.53%52.35%-
HSV(B)7.59º94.05%98.82%-
XYZ41.1722.612.65-
YUV103.4778.08233.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80.77%
GREEN value IS 45 (17.97% from 255) = 14.42%
BLUE value IS 15 (6.25% from 255) = 4.81%
R=80.77%
G=14.42%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252451500.820.940.017.5997.5352.35
HexFC2DF0525E186234
Octal3745517012213611014264
Binary111111001011011111010100101011110110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2D0F; }

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

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

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

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

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

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

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

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