#f41911

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

Shades of Scarlet #F41911

Tints of Scarlet #F41911

Color information

#F41911 (or 0xF41911) is unknown color: approx Scarlet. HEX triplet: F4, 19 and 11. RGB value is (244,25,17). Sum of RGB (Red+Green+Blue) = 244+25+17=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F41911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41911 is #0BE6EE. Grayscale: #595959. Windows color (decimal): -780015 or 1120756. OLE color: 1120756.

HSL color Cylindrical-coordinate representation of color #F41911: hue angle of 2.11º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41911 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB2442517-
CMYK00.900.930.04
HSL2.11º91.16%51.18%-
HSV(B)2.11º93.03%95.69%-
XYZ37.7619.972.39-
YUV89.5787.05238.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 85.31%
GREEN value IS 25 (10.16% from 255) = 8.74%
BLUE value IS 17 (7.03% from 255) = 5.94%
R=85.31%
G=8.74%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244251700.900.930.042.1191.1651.18
HexF4191105A5D425b33
Octal364312101321354213363
Binary111101001100110001010110101011101100101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f41911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f41911; }

 p { color: rgb(244,25,17); }

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

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

 a { background-color: rgb(244,25,17); }

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

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

 span { border-color: rgb(244,25,17); }

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