#F13113

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

Shades of Scarlet #F13113

Tints of Scarlet #F13113

Color information

#F13113 (or 0xF13113) is unknown color: approx Scarlet. HEX triplet: F1, 31 and 13. RGB value is (241,49,19). Sum of RGB (Red+Green+Blue) = 241+49+19=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F13113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13113 is #0ECEEC. Grayscale: #676767. Windows color (decimal): -970477 or 1257969. OLE color: 1257969.

HSL color Cylindrical-coordinate representation of color #F13113: hue angle of 8.11º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F13113 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB2414919-
CMYK00.800.920.05
HSL8.11º88.8%50.98%-
HSV(B)8.11º92.12%94.51%-
XYZ37.4920.942.68-
YUV102.9980.61226.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 77.99%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 19 (7.81% from 255) = 6.15%
R=77.99%
G=15.86%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241491900.800.920.058.1188.850.98
HexF131130505C585933
Octal3616123012013451013163
Binary111100011100011001101010000101110010110001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13113; }

 p { color: rgb(241,49,19); }

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

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

 a { background-color: rgb(241,49,19); }

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

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

 span { border-color: rgb(241,49,19); }

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