#f1280e

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

Shades of Scarlet #F1280E

Tints of Scarlet #F1280E

Color information

#F1280E (or 0xF1280E) is unknown color: approx Scarlet. HEX triplet: F1, 28 and 0E. RGB value is (241,40,14). Sum of RGB (Red+Green+Blue) = 241+40+14=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F1280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1280E is #0ED7F1. Grayscale: #616161. Windows color (decimal): -972786 or 927985. OLE color: 927985.

HSL color Cylindrical-coordinate representation of color #F1280E: hue angle of 6.87º 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 #F1280E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB2414014-
CMYK00.830.940.05
HSL6.87º89.02%50%-
HSV(B)6.87º94.19%94.51%-
XYZ37.1120.252.37-
YUV97.1481.09230.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 81.69%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=81.69%
G=13.56%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241401400.830.940.056.8789.0250
HexF128E0535E575932
Octal361501601231365713162
Binary1111000110100011100101001110111101011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1280e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1280e; }

 p { color: rgb(241,40,14); }

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

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

 a { background-color: rgb(241,40,14); }

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

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

 span { border-color: rgb(241,40,14); }

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