#F6310D

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

Shades of Scarlet #F6310D

Tints of Scarlet #F6310D

Color information

#F6310D (or 0xF6310D) is unknown color: approx Scarlet. HEX triplet: F6, 31 and 0D. RGB value is (246,49,13). Sum of RGB (Red+Green+Blue) = 246+49+13=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F6310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6310D is #09CEF2. Grayscale: #686868. Windows color (decimal): -642803 or 864758. OLE color: 864758.

HSL color Cylindrical-coordinate representation of color #F6310D: hue angle of 9.27º 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 #F6310D is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB2464913-
CMYK00.800.950.04
HSL9.27º92.83%50.78%-
HSV(B)9.27º94.72%96.47%-
XYZ39.1821.822.53-
YUV103.876.77229.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 79.87%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 13 (5.47% from 255) = 4.22%
R=79.87%
G=15.91%
B=4.22%

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
Decimal246491300.800.950.049.2792.8350.78
HexF631D0505F495d33
Octal3666115012013741113563
Binary11110110110001110101010000101111110010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6310D; }

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

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

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

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

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

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

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

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