#F11903

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

Shades of Scarlet #F11903

Tints of Scarlet #F11903

Color information

#F11903 (or 0xF11903) is unknown color: approx Scarlet. HEX triplet: F1, 19 and 03. RGB value is (241,25,3). Sum of RGB (Red+Green+Blue) = 241+25+3=269 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.59% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 241 - color contains mainly: red. Hex color #F11903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11903 is #0EE6FC. Grayscale: #575757. Windows color (decimal): -976637 or 203249. OLE color: 203249.

HSL color Cylindrical-coordinate representation of color #F11903: hue angle of 5.55º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F11903 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB241253-
CMYK00.900.990.05
HSL5.55º97.54%47.84%-
HSV(B)5.55º98.76%94.51%-
XYZ36.6419.41.9-
YUV87.0880.56237.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 89.59%
GREEN value IS 25 (10.16% from 255) = 9.29%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=89.59%
G=9.29%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24125300.900.990.055.5597.5447.84
HexF119305A63566230
Octal36131301321435614260
Binary1111000111001110101101011000111011101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11903; }

 p { color: rgb(241,25,3); }

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

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

 a { background-color: rgb(241,25,3); }

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

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

 span { border-color: rgb(241,25,3); }

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