#F6320D

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

Shades of Scarlet #F6320D

Tints of Scarlet #F6320D

Color information

#F6320D (or 0xF6320D) is unknown color: approx Scarlet. HEX triplet: F6, 32 and 0D. RGB value is (246,50,13). Sum of RGB (Red+Green+Blue) = 246+50+13=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F6320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6320D is #09CDF2. Grayscale: #686868. Windows color (decimal): -642547 or 865014. OLE color: 865014.

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

Color convert

RGB2465013-
CMYK00.800.950.04
HSL9.53º92.83%50.78%-
HSV(B)9.53º94.72%96.47%-
XYZ39.2221.92.54-
YUV104.3976.43229.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 79.61%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 13 (5.47% from 255) = 4.21%
R=79.61%
G=16.18%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246501300.800.950.049.5392.8350.78
HexF632D0505F4a5d33
Octal3666215012013741213563
Binary11110110110010110101010000101111110010101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6320D; }

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

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

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

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

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

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

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

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