#FC2517

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

Shades of Scarlet #FC2517

Tints of Scarlet #FC2517

Color information

#FC2517 (or 0xFC2517) is unknown color: approx Scarlet. HEX triplet: FC, 25 and 17. RGB value is (252,37,23). Sum of RGB (Red+Green+Blue) = 252+37+23=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2517 is #03DAE8. Grayscale: #636363. Windows color (decimal): -252649 or 1517052. OLE color: 1517052.

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

Color convert

RGB2523723-
CMYK00.850.910.01
HSL3.67º97.45%53.92%-
HSV(B)3.67º90.87%98.82%-
XYZ40.9622.082.91-
YUV99.6984.73236.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 80.77%
GREEN value IS 37 (14.84% from 255) = 11.86%
BLUE value IS 23 (9.38% from 255) = 7.37%
R=80.77%
G=11.86%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252372300.850.910.013.6797.4553.92
HexFC25170555B146136
Octal374452701251331414166
Binary111111001001011011101010101101101111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2517; }

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

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

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

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

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

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

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

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