#FC2614

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

Shades of Scarlet #FC2614

Tints of Scarlet #FC2614

Color information

#FC2614 (or 0xFC2614) is unknown color: approx Scarlet. HEX triplet: FC, 26 and 14. RGB value is (252,38,20). Sum of RGB (Red+Green+Blue) = 252+38+20=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2614 is #03D9EB. Grayscale: #646464. Windows color (decimal): -252396 or 1320700. OLE color: 1320700.

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

Color convert

RGB2523820-
CMYK00.850.920.01
HSL4.66º97.48%53.33%-
HSV(B)4.66º92.06%98.82%-
XYZ40.9622.132.77-
YUV99.9382.9236.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.29%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 20 (8.20% from 255) = 6.45%
R=81.29%
G=12.26%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252382000.850.920.014.6697.4853.33
HexFC26140555C156135
Octal374462401251341514165
Binary111111001001101010001010101101110011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2614; }

 p { color: rgb(252,38,20); }

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

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

 a { background-color: rgb(252,38,20); }

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

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

 span { border-color: rgb(252,38,20); }

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