#F81B15

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

Shades of Scarlet #F81B15

Tints of Scarlet #F81B15

Color information

#F81B15 (or 0xF81B15) is unknown color: approx Scarlet. HEX triplet: F8, 1B and 15. RGB value is (248,27,21). Sum of RGB (Red+Green+Blue) = 248+27+21=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81B15 is #07E4EA. Grayscale: #5C5C5C. Windows color (decimal): -517355 or 1383416. OLE color: 1383416.

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

Color convert

RGB2482721-
CMYK00.890.920.03
HSL1.59º94.19%52.75%-
HSV(B)1.59º91.53%97.25%-
XYZ39.2420.792.66-
YUV92.487.72238.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 83.78%
GREEN value IS 27 (10.94% from 255) = 9.12%
BLUE value IS 21 (8.59% from 255) = 7.09%
R=83.78%
G=9.12%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248272100.890.920.031.5994.1952.75
HexF81B150595C325e35
Octal370332501311343213665
Binary11111000110111010101011001101110011101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81B15; }

 p { color: rgb(248,27,21); }

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

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

 a { background-color: rgb(248,27,21); }

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

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

 span { border-color: rgb(248,27,21); }

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