#f62c14

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

Shades of Scarlet #F62C14

Tints of Scarlet #F62C14

Color information

#F62C14 (or 0xF62C14) is unknown color: approx Scarlet. HEX triplet: F6, 2C and 14. RGB value is (246,44,20). Sum of RGB (Red+Green+Blue) = 246+44+20=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62C14 is #09D3EB. Grayscale: #656565. Windows color (decimal): -644076 or 1322230. OLE color: 1322230.

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

Color convert

RGB2464420-
CMYK00.820.920.04
HSL6.37º92.62%52.16%-
HSV(B)6.37º91.87%96.47%-
XYZ39.0321.442.74-
YUV101.6681.92230.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 79.35%
GREEN value IS 44 (17.58% from 255) = 14.19%
BLUE value IS 20 (8.20% from 255) = 6.45%
R=79.35%
G=14.19%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246442000.820.920.046.3792.6252.16
HexF62C140525C465d34
Octal366542401221344613564
Binary11110110101100101000101001010111001001101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f62c14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f62c14; }

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

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

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

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

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

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

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

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

cancel