#FC2817

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

Shades of Scarlet #FC2817

Tints of Scarlet #FC2817

Color information

#FC2817 (or 0xFC2817) is unknown color: approx Scarlet. HEX triplet: FC, 28 and 17. RGB value is (252,40,23). Sum of RGB (Red+Green+Blue) = 252+40+23=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2817 is #03D7E8. Grayscale: #656565. Windows color (decimal): -251881 or 1517820. OLE color: 1517820.

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

Color convert

RGB2524023-
CMYK00.840.910.01
HSL4.45º97.45%53.92%-
HSV(B)4.45º90.87%98.82%-
XYZ41.0622.272.95-
YUV101.4583.74235.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 23 (9.38% from 255) = 7.30%
R=80%
G=12.70%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252402300.840.910.014.4597.4553.92
HexFC28170545B146136
Octal374502701241331414166
Binary111111001010001011101010100101101111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2817; }

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

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

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

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

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

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

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

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