#F63219

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

Shades of Scarlet #F63219

Tints of Scarlet #F63219

Color information

#F63219 (or 0xF63219) is unknown color: approx Scarlet. HEX triplet: F6, 32 and 19. RGB value is (246,50,25). Sum of RGB (Red+Green+Blue) = 246+50+25=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F63219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63219 is #09CDE6. Grayscale: #6A6A6A. Windows color (decimal): -642535 or 1651446. OLE color: 1651446.

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

Color convert

RGB2465025-
CMYK00.800.900.04
HSL6.79º92.47%53.14%-
HSV(B)6.79º89.84%96.47%-
XYZ39.3221.943.08-
YUV105.7582.43228.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 76.64%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 25 (10.16% from 255) = 7.79%
R=76.64%
G=15.58%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246502500.800.900.046.7992.4753.14
HexF632190505A475c35
Octal366623101201324713465
Binary11110110110010110010101000010110101001111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63219; }

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

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

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

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

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

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

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

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