#F53616

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

Shades of Scarlet #F53616

Tints of Scarlet #F53616

Color information

#F53616 (or 0xF53616) is unknown color: approx Scarlet. HEX triplet: F5, 36 and 16. RGB value is (245,54,22). Sum of RGB (Red+Green+Blue) = 245+54+22=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F53616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53616 is #0AC9E9. Grayscale: #6B6B6B. Windows color (decimal): -707050 or 1455861. OLE color: 1455861.

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

Color convert

RGB2455422-
CMYK00.780.910.04
HSL8.61º91.77%52.35%-
HSV(B)8.61º91.02%96.08%-
XYZ39.1222.112.96-
YUV107.4679.78226.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 76.32%
GREEN value IS 54 (21.48% from 255) = 16.82%
BLUE value IS 22 (8.98% from 255) = 6.85%
R=76.32%
G=16.82%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245542200.780.910.048.6191.7752.35
HexF5361604E5B495c34
Octal3656626011613341113464
Binary111101011101101011001001110101101110010011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53616; }

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

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

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

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

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

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

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

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