#F52D18

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

Shades of Scarlet #F52D18

Tints of Scarlet #F52D18

Color information

#F52D18 (or 0xF52D18) is unknown color: approx Scarlet. HEX triplet: F5, 2D and 18. RGB value is (245,45,24). Sum of RGB (Red+Green+Blue) = 245+45+24=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52D18 is #0AD2E7. Grayscale: #666666. Windows color (decimal): -709352 or 1584629. OLE color: 1584629.

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

Color convert

RGB2454524-
CMYK00.820.900.04
HSL5.7º91.7%52.75%-
HSV(B)5.7º90.2%96.08%-
XYZ38.7621.362.94-
YUV102.4183.76229.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 78.03%
GREEN value IS 45 (17.97% from 255) = 14.33%
BLUE value IS 24 (9.77% from 255) = 7.64%
R=78.03%
G=14.33%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245452400.820.900.045.791.752.75
HexF52D180525A465c35
Octal365553001221324613465
Binary11110101101101110000101001010110101001101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52D18; }

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

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

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

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

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

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

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

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