#F52119

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

Shades of Scarlet #F52119

Tints of Scarlet #F52119

Color information

#F52119 (or 0xF52119) is unknown color: approx Scarlet. HEX triplet: F5, 21 and 19. RGB value is (245,33,25). Sum of RGB (Red+Green+Blue) = 245+33+25=303 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.86% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 245 - color contains mainly: red. Hex color #F52119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52119 is #0ADEE6. Grayscale: #5F5F5F. Windows color (decimal): -712423 or 1647093. OLE color: 1647093.

HSL color Cylindrical-coordinate representation of color #F52119: hue angle of 2.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F52119 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB2453325-
CMYK00.870.900.04
HSL2.18º91.67%52.94%-
HSV(B)2.18º89.8%96.08%-
XYZ38.3820.572.87-
YUV95.4888.24234.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 80.86%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 25 (10.16% from 255) = 8.25%
R=80.86%
G=10.89%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245332500.870.900.042.1891.6752.94
HexF521190575A425c35
Octal365413101271324213465
Binary1111010110000111001010101111011010100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52119; }

 p { color: rgb(245,33,25); }

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

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

 a { background-color: rgb(245,33,25); }

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

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

 span { border-color: rgb(245,33,25); }

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