#F11C0F

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

Shades of Scarlet #F11C0F

Tints of Scarlet #F11C0F

Color information

#F11C0F (or 0xF11C0F) is unknown color: approx Scarlet. HEX triplet: F1, 1C and 0F. RGB value is (241,28,15). Sum of RGB (Red+Green+Blue) = 241+28+15=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11C0F is #0EE3F0. Grayscale: #5A5A5A. Windows color (decimal): -975857 or 990449. OLE color: 990449.

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

Color convert

RGB2412815-
CMYK00.880.940.05
HSL3.45º88.98%50.2%-
HSV(B)3.45º93.78%94.51%-
XYZ36.7819.572.29-
YUV90.285.57235.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 84.86%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=84.86%
G=9.86%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241281500.880.940.053.4588.9850.2
HexF11CF0585E535932
Octal361341701301365313162
Binary11110001111001111010110001011110101111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11C0F; }

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

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

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

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

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

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

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

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