#FC3311

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

Shades of Scarlet #FC3311

Tints of Scarlet #FC3311

Color information

#FC3311 (or 0xFC3311) is unknown color: approx Scarlet. HEX triplet: FC, 33 and 11. RGB value is (252,51,17). Sum of RGB (Red+Green+Blue) = 252+51+17=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3311 is #03CCEE. Grayscale: #6B6B6B. Windows color (decimal): -249071 or 1127420. OLE color: 1127420.

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

Color convert

RGB2525117-
CMYK00.800.930.01
HSL8.68º97.51%52.75%-
HSV(B)8.68º93.25%98.82%-
XYZ41.4323.12.81-
YUV107.2277.09231.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 78.75%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 17 (7.03% from 255) = 5.31%
R=78.75%
G=15.94%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252511700.800.930.018.6897.5152.75
HexFC33110505D196235
Octal3746321012013511114265
Binary1111110011001110001010100001011101110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3311; }

 p { color: rgb(252,51,17); }

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

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

 a { background-color: rgb(252,51,17); }

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

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

 span { border-color: rgb(252,51,17); }

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