#F81707

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

Shades of Scarlet #F81707

Tints of Scarlet #F81707

Color information

#F81707 (or 0xF81707) is unknown color: approx Scarlet. HEX triplet: F8, 17 and 07. RGB value is (248,23,7). Sum of RGB (Red+Green+Blue) = 248+23+7=278 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.21% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 248 - color contains mainly: red. Hex color #F81707 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81707 is #07E8F8. Grayscale: #585858. Windows color (decimal): -518393 or 464888. OLE color: 464888.

HSL color Cylindrical-coordinate representation of color #F81707: hue angle of 3.98º 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 #F81707 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB248237-
CMYK00.910.970.03
HSL3.98º94.51%50%-
HSV(B)3.98º97.18%97.25%-
XYZ39.0620.582.12-
YUV88.4582.04241.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 89.21%
GREEN value IS 23 (9.38% from 255) = 8.27%
BLUE value IS 7 (3.12% from 255) = 2.52%
R=89.21%
G=8.27%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823700.910.970.033.9894.5150
HexF817705B61345f32
Octal37027701331413413762
Binary1111100010111111010110111100001111001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81707; }

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

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

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

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

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

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

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

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