#F61C18

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

Shades of Scarlet #F61C18

Tints of Scarlet #F61C18

Color information

#F61C18 (or 0xF61C18) is unknown color: approx Scarlet. HEX triplet: F6, 1C and 18. RGB value is (246,28,24). Sum of RGB (Red+Green+Blue) = 246+28+24=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61C18 is #09E3E7. Grayscale: #5C5C5C. Windows color (decimal): -648168 or 1580278. OLE color: 1580278.

HSL color Cylindrical-coordinate representation of color #F61C18: hue angle of 1.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61C18 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB2462824-
CMYK00.890.900.04
HSL1.08º92.5%52.94%-
HSV(B)1.08º90.24%96.47%-
XYZ38.5920.492.79-
YUV92.7389.22237.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 82.55%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 24 (9.77% from 255) = 8.05%
R=82.55%
G=9.40%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246282400.890.900.041.0892.552.94
HexF61C180595A415c35
Octal366343001311324113465
Binary11110110111001100001011001101101010011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61C18; }

 p { color: rgb(246,28,24); }

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

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

 a { background-color: rgb(246,28,24); }

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

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

 span { border-color: rgb(246,28,24); }

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