#F52E16

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

Shades of Scarlet #F52E16

Tints of Scarlet #F52E16

Color information

#F52E16 (or 0xF52E16) is unknown color: approx Scarlet. HEX triplet: F5, 2E and 16. RGB value is (245,46,22). Sum of RGB (Red+Green+Blue) = 245+46+22=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F52E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52E16 is #0AD1E9. Grayscale: #676767. Windows color (decimal): -709098 or 1453813. OLE color: 1453813.

HSL color Cylindrical-coordinate representation of color #F52E16: hue angle of 6.46º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F52E16 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB2454622-
CMYK00.810.910.04
HSL6.46º91.77%52.35%-
HSV(B)6.46º91.02%96.08%-
XYZ38.7821.422.85-
YUV102.7682.43229.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 78.27%
GREEN value IS 46 (18.36% from 255) = 14.70%
BLUE value IS 22 (8.98% from 255) = 7.03%
R=78.27%
G=14.70%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245462200.810.910.046.4691.7752.35
HexF52E160515B465c34
Octal365562601211334613464
Binary11110101101110101100101000110110111001101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52E16; }

 p { color: rgb(245,46,22); }

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

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

 a { background-color: rgb(245,46,22); }

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

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

 span { border-color: rgb(245,46,22); }

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