#F11C05

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

Shades of Scarlet #F11C05

Tints of Scarlet #F11C05

Color information

#F11C05 (or 0xF11C05) is unknown color: approx Scarlet. HEX triplet: F1, 1C and 05. RGB value is (241,28,5). Sum of RGB (Red+Green+Blue) = 241+28+5=274 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.96% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11C05 is #0EE3FA. Grayscale: #595959. Windows color (decimal): -975867 or 335089. OLE color: 335089.

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

Color convert

RGB241285-
CMYK00.880.980.05
HSL5.85º95.93%48.24%-
HSV(B)5.85º97.93%94.51%-
XYZ36.7219.541.98-
YUV89.0680.57236.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 87.96%
GREEN value IS 28 (11.33% from 255) = 10.22%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=87.96%
G=10.22%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24128500.880.980.055.8595.9348.24
HexF11C505862566030
Octal36134501301425614060
Binary11110001111001010101100011000101011101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11C05; }

 p { color: rgb(241,28,5); }

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

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

 a { background-color: rgb(241,28,5); }

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

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

 span { border-color: rgb(241,28,5); }

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