#FC3617

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

Shades of Scarlet #FC3617

Tints of Scarlet #FC3617

Color information

#FC3617 (or 0xFC3617) is unknown color: approx Scarlet. HEX triplet: FC, 36 and 17. RGB value is (252,54,23). Sum of RGB (Red+Green+Blue) = 252+54+23=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3617 is #03C9E8. Grayscale: #6D6D6D. Windows color (decimal): -248297 or 1521404. OLE color: 1521404.

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

Color convert

RGB2525423-
CMYK00.790.910.01
HSL8.12º97.45%53.92%-
HSV(B)8.12º90.87%98.82%-
XYZ41.6223.43.13-
YUV109.6779.1229.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.60%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 23 (9.38% from 255) = 6.99%
R=76.60%
G=16.41%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252542300.790.910.018.1297.4553.92
HexFC361704F5B186136
Octal3746627011713311014166
Binary1111110011011010111010011111011011110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3617; }

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

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

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

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

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

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

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

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