#F81C1A

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

Shades of Scarlet #F81C1A

Tints of Scarlet #F81C1A

Color information

#F81C1A (or 0xF81C1A) is unknown color: approx Scarlet. HEX triplet: F8, 1C and 1A. RGB value is (248,28,26). Sum of RGB (Red+Green+Blue) = 248+28+26=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C1A is #07E3E5. Grayscale: #5D5D5D. Windows color (decimal): -517094 or 1711352. OLE color: 1711352.

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

Color convert

RGB2482826-
CMYK00.890.900.03
HSL0.54º94.07%53.73%-
HSV(B)0.54º89.52%97.25%-
XYZ39.3120.862.93-
YUV93.5589.89238.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 82.12%
GREEN value IS 28 (11.33% from 255) = 9.27%
BLUE value IS 26 (10.55% from 255) = 8.61%
R=82.12%
G=9.27%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248282600.890.900.030.5494.0753.73
HexF81C1A0595A315e36
Octal370343201311323113666
Binary1111100011100110100101100110110101111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81C1A; }

 p { color: rgb(248,28,26); }

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

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

 a { background-color: rgb(248,28,26); }

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

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

 span { border-color: rgb(248,28,26); }

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