#FC3413

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

Shades of Scarlet #FC3413

Tints of Scarlet #FC3413

Color information

#FC3413 (or 0xFC3413) is unknown color: approx Scarlet. HEX triplet: FC, 34 and 13. RGB value is (252,52,19). Sum of RGB (Red+Green+Blue) = 252+52+19=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3413 is #03CBEC. Grayscale: #6C6C6C. Windows color (decimal): -248813 or 1258748. OLE color: 1258748.

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

Color convert

RGB2525219-
CMYK00.790.920.01
HSL8.5º97.49%53.14%-
HSV(B)8.5º92.46%98.82%-
XYZ41.4923.22.91-
YUV108.0477.76230.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 78.02%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 19 (7.81% from 255) = 5.88%
R=78.02%
G=16.10%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252521900.790.920.018.597.4953.14
HexFC341304F5C186135
Octal3746423011713411014165
Binary1111110011010010011010011111011100110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3413; }

 p { color: rgb(252,52,19); }

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

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

 a { background-color: rgb(252,52,19); }

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

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

 span { border-color: rgb(252,52,19); }

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