#F01611

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

Shades of Scarlet #F01611

Tints of Scarlet #F01611

Color information

#F01611 (or 0xF01611) is unknown color: approx Scarlet. HEX triplet: F0, 16 and 11. RGB value is (240,22,17). Sum of RGB (Red+Green+Blue) = 240+22+17=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F01611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01611 is #0FE9EE. Grayscale: #565656. Windows color (decimal): -1042927 or 1119984. OLE color: 1119984.

HSL color Cylindrical-coordinate representation of color #F01611: hue angle of 1.35º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01611 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB2402217-
CMYK00.910.930.06
HSL1.35º88.14%50.39%-
HSV(B)1.35º92.92%94.12%-
XYZ36.3219.142.31-
YUV86.6188.72237.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 86.02%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 17 (7.03% from 255) = 6.09%
R=86.02%
G=7.89%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240221700.910.930.061.3588.1450.39
HexF0161105B5D615832
Octal360262101331356113062
Binary11110000101101000101011011101110111011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01611; }

 p { color: rgb(240,22,17); }

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

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

 a { background-color: rgb(240,22,17); }

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

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

 span { border-color: rgb(240,22,17); }

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