#F81603

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

Shades of Scarlet #F81603

Tints of Scarlet #F81603

Color information

#F81603 (or 0xF81603) is unknown color: approx Scarlet. HEX triplet: F8, 16 and 03. RGB value is (248,22,3). Sum of RGB (Red+Green+Blue) = 248+22+3=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F81603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81603 is #07E9FC. Grayscale: #575757. Windows color (decimal): -518653 or 202488. OLE color: 202488.

HSL color Cylindrical-coordinate representation of color #F81603: hue angle of 4.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F81603 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB248223-
CMYK00.910.990.03
HSL4.65º97.61%49.22%-
HSV(B)4.65º98.79%97.25%-
XYZ39.0120.541.99-
YUV87.4180.37242.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 90.84%
GREEN value IS 22 (8.98% from 255) = 8.06%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=90.84%
G=8.06%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822300.910.990.034.6597.6149.22
HexF816305B63356231
Octal37026301331433514261
Binary111110001011011010110111100011111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81603; }

 p { color: rgb(248,22,3); }

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

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

 a { background-color: rgb(248,22,3); }

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

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

 span { border-color: rgb(248,22,3); }

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