#F81807

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

Shades of Scarlet #F81807

Tints of Scarlet #F81807

Color information

#F81807 (or 0xF81807) is unknown color: approx Scarlet. HEX triplet: F8, 18 and 07. RGB value is (248,24,7). Sum of RGB (Red+Green+Blue) = 248+24+7=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F81807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81807 is #07E7F8. Grayscale: #595959. Windows color (decimal): -518137 or 465144. OLE color: 465144.

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

Color convert

RGB248247-
CMYK00.900.970.03
HSL4.23º94.51%50%-
HSV(B)4.23º97.18%97.25%-
XYZ39.0820.632.12-
YUV89.0481.71241.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 88.89%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 7 (3.12% from 255) = 2.51%
R=88.89%
G=8.60%
B=2.51%

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
Decimal24824700.900.970.034.2394.5150
HexF818705A61345f32
Octal37030701321413413762
Binary1111100011000111010110101100001111001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81807; }

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

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

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

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

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

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

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

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