#F52E18

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

Shades of Scarlet #F52E18

Tints of Scarlet #F52E18

Color information

#F52E18 (or 0xF52E18) is unknown color: approx Scarlet. HEX triplet: F5, 2E and 18. RGB value is (245,46,24). Sum of RGB (Red+Green+Blue) = 245+46+24=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F52E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52E18 is #0AD1E7. Grayscale: #676767. Windows color (decimal): -709096 or 1584885. OLE color: 1584885.

HSL color Cylindrical-coordinate representation of color #F52E18: hue angle of 5.97º 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 #F52E18 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB2454624-
CMYK00.810.900.04
HSL5.97º91.7%52.75%-
HSV(B)5.97º90.2%96.08%-
XYZ38.821.432.96-
YUV102.9983.43229.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 77.78%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 24 (9.77% from 255) = 7.62%
R=77.78%
G=14.60%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245462400.810.900.045.9791.752.75
HexF52E180515A465c35
Octal365563001211324613465
Binary11110101101110110000101000110110101001101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52E18; }

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

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

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

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

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

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

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

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