#FC1805

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

Shades of Scarlet #FC1805

Tints of Scarlet #FC1805

Color information

#FC1805 (or 0xFC1805) is unknown color: approx Scarlet. HEX triplet: FC, 18 and 05. RGB value is (252,24,5). Sum of RGB (Red+Green+Blue) = 252+24+5=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1805 is #03E7FA. Grayscale: #5A5A5A. Windows color (decimal): -255995 or 334076. OLE color: 334076.

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

Color convert

RGB252245-
CMYK00.900.980.01
HSL4.62º97.63%50.39%-
HSV(B)4.62º98.02%98.82%-
XYZ40.521.362.13-
YUV90.0180.04243.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 89.68%
GREEN value IS 24 (9.77% from 255) = 8.54%
BLUE value IS 5 (2.34% from 255) = 1.78%
R=89.68%
G=8.54%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224500.900.980.014.6297.6350.39
HexFC18505A62156232
Octal37430501321421514262
Binary111111001100010101011010110001011011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1805; }

 p { color: rgb(252,24,5); }

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

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

 a { background-color: rgb(252,24,5); }

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

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

 span { border-color: rgb(252,24,5); }

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