#FC2717

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

Shades of Scarlet #FC2717

Tints of Scarlet #FC2717

Color information

#FC2717 (or 0xFC2717) is unknown color: approx Scarlet. HEX triplet: FC, 27 and 17. RGB value is (252,39,23). Sum of RGB (Red+Green+Blue) = 252+39+23=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2717 is #03D8E8. Grayscale: #656565. Windows color (decimal): -252137 or 1517564. OLE color: 1517564.

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

Color convert

RGB2523923-
CMYK00.850.910.01
HSL4.19º97.45%53.92%-
HSV(B)4.19º90.87%98.82%-
XYZ41.0322.212.93-
YUV100.8684.07235.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80.25%
GREEN value IS 39 (15.62% from 255) = 12.42%
BLUE value IS 23 (9.38% from 255) = 7.32%
R=80.25%
G=12.42%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252392300.850.910.014.1997.4553.92
HexFC27170555B146136
Octal374472701251331414166
Binary111111001001111011101010101101101111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2717; }

 p { color: rgb(252,39,23); }

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

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

 a { background-color: rgb(252,39,23); }

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

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

 span { border-color: rgb(252,39,23); }

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