#F61E15

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

Shades of Scarlet #F61E15

Tints of Scarlet #F61E15

Color information

#F61E15 (or 0xF61E15) is unknown color: approx Scarlet. HEX triplet: F6, 1E and 15. RGB value is (246,30,21). Sum of RGB (Red+Green+Blue) = 246+30+21=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61E15 is #09E1EA. Grayscale: #5D5D5D. Windows color (decimal): -647659 or 1384182. OLE color: 1384182.

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

Color convert

RGB2463021-
CMYK00.880.910.04
HSL2.4º92.59%52.35%-
HSV(B)2.4º91.46%96.47%-
XYZ38.6120.582.65-
YUV93.5687.06236.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 82.83%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 21 (8.59% from 255) = 7.07%
R=82.83%
G=10.10%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246302100.880.910.042.492.5952.35
HexF61E150585B425d34
Octal366362501301334213564
Binary111101101111010101010110001011011100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61E15; }

 p { color: rgb(246,30,21); }

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

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

 a { background-color: rgb(246,30,21); }

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

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

 span { border-color: rgb(246,30,21); }

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