#F63213

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

Shades of Scarlet #F63213

Tints of Scarlet #F63213

Color information

#F63213 (or 0xF63213) is unknown color: approx Scarlet. HEX triplet: F6, 32 and 13. RGB value is (246,50,19). Sum of RGB (Red+Green+Blue) = 246+50+19=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F63213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63213 is #09CDEC. Grayscale: #696969. Windows color (decimal): -642541 or 1258230. OLE color: 1258230.

HSL color Cylindrical-coordinate representation of color #F63213: hue angle of 8.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F63213 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB2465019-
CMYK00.800.920.04
HSL8.19º92.65%51.96%-
HSV(B)8.19º92.28%96.47%-
XYZ39.2621.922.78-
YUV105.0779.43228.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 78.10%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 19 (7.81% from 255) = 6.03%
R=78.10%
G=15.87%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246501900.800.920.048.1992.6551.96
HexF632130505C485d34
Octal3666223012013441013564
Binary111101101100101001101010000101110010010001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63213; }

 p { color: rgb(246,50,19); }

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

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

 a { background-color: rgb(246,50,19); }

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

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

 span { border-color: rgb(246,50,19); }

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