#F81907

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

Shades of Scarlet #F81907

Tints of Scarlet #F81907

Color information

#F81907 (or 0xF81907) is unknown color: approx Scarlet. HEX triplet: F8, 19 and 07. RGB value is (248,25,7). Sum of RGB (Red+Green+Blue) = 248+25+7=280 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.57% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 248 - color contains mainly: red. Hex color #F81907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81907 is #07E6F8. Grayscale: #595959. Windows color (decimal): -517881 or 465400. OLE color: 465400.

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

Color convert

RGB248257-
CMYK00.900.970.03
HSL4.48º94.51%50%-
HSV(B)4.48º97.18%97.25%-
XYZ39.120.672.13-
YUV89.6281.38240.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 88.57%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 7 (3.12% from 255) = 2.5%
R=88.57%
G=8.93%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24825700.900.970.034.4894.5150
HexF819705A61345f32
Octal37031701321413413762
Binary1111100011001111010110101100001111001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81907; }

 p { color: rgb(248,25,7); }

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

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

 a { background-color: rgb(248,25,7); }

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

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

 span { border-color: rgb(248,25,7); }

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