#F81D11

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

Shades of Scarlet #F81D11

Tints of Scarlet #F81D11

Color information

#F81D11 (or 0xF81D11) is unknown color: approx Scarlet. HEX triplet: F8, 1D and 11. RGB value is (248,29,17). Sum of RGB (Red+Green+Blue) = 248+29+17=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81D11 is #07E2EE. Grayscale: #5D5D5D. Windows color (decimal): -516847 or 1121784. OLE color: 1121784.

HSL color Cylindrical-coordinate representation of color #F81D11: hue angle of 3.12º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81D11 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB2482917-
CMYK00.880.930.03
HSL3.12º94.29%51.96%-
HSV(B)3.12º93.15%97.25%-
XYZ39.2520.882.49-
YUV93.1185.05238.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 84.35%
GREEN value IS 29 (11.72% from 255) = 9.86%
BLUE value IS 17 (7.03% from 255) = 5.78%
R=84.35%
G=9.86%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248291700.880.930.033.1294.2951.96
HexF81D110585D335e34
Octal370352101301353313664
Binary11111000111011000101011000101110111111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81D11; }

 p { color: rgb(248,29,17); }

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

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

 a { background-color: rgb(248,29,17); }

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

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

 span { border-color: rgb(248,29,17); }

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