#F62814

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

Shades of Scarlet #F62814

Tints of Scarlet #F62814

Color information

#F62814 (or 0xF62814) is unknown color: approx Scarlet. HEX triplet: F6, 28 and 14. RGB value is (246,40,20). Sum of RGB (Red+Green+Blue) = 246+40+20=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F62814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62814 is #09D7EB. Grayscale: #636363. Windows color (decimal): -645100 or 1321206. OLE color: 1321206.

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

Color convert

RGB2464020-
CMYK00.840.920.04
HSL5.31º92.62%52.16%-
HSV(B)5.31º91.87%96.47%-
XYZ38.8921.162.7-
YUV99.3183.25232.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 80.39%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=80.39%
G=13.07%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246402000.840.920.045.3192.6252.16
HexF628140545C455d34
Octal366502401241344513564
Binary11110110101000101000101010010111001001011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F62814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F62814; }

 p { color: rgb(246,40,20); }

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

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

 a { background-color: rgb(246,40,20); }

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

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

 span { border-color: rgb(246,40,20); }

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