#F11613

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

Shades of Scarlet #F11613

Tints of Scarlet #F11613

Color information

#F11613 (or 0xF11613) is unknown color: approx Scarlet. HEX triplet: F1, 16 and 13. RGB value is (241,22,19). Sum of RGB (Red+Green+Blue) = 241+22+19=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F11613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11613 is #0EE9EC. Grayscale: #575757. Windows color (decimal): -977389 or 1251057. OLE color: 1251057.

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

Color convert

RGB2412219-
CMYK00.910.920.05
HSL0.81º88.8%50.98%-
HSV(B)0.81º92.12%94.51%-
XYZ36.6819.322.41-
YUV87.1489.55237.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 85.46%
GREEN value IS 22 (8.98% from 255) = 7.80%
BLUE value IS 19 (7.81% from 255) = 6.74%
R=85.46%
G=7.80%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241221900.910.920.050.8188.850.98
HexF1161305B5C515933
Octal361262301331345113163
Binary11110001101101001101011011101110010111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11613; }

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

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

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

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

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

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

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

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