#F43512

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

Shades of Scarlet #F43512

Tints of Scarlet #F43512

Color information

#F43512 (or 0xF43512) is unknown color: approx Scarlet. HEX triplet: F4, 35 and 12. RGB value is (244,53,18). Sum of RGB (Red+Green+Blue) = 244+53+18=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F43512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43512 is #0BCAED. Grayscale: #6A6A6A. Windows color (decimal): -772846 or 1193460. OLE color: 1193460.

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

Color convert

RGB2445318-
CMYK00.780.930.04
HSL9.29º91.13%51.37%-
HSV(B)9.29º92.62%95.69%-
XYZ38.6921.822.75-
YUV106.1278.28226.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 77.46%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 18 (7.42% from 255) = 5.71%
R=77.46%
G=16.83%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244531800.780.930.049.2991.1351.37
HexF4351204E5D495b33
Octal3646522011613541113363
Binary111101001101011001001001110101110110010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43512; }

 p { color: rgb(244,53,18); }

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

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

 a { background-color: rgb(244,53,18); }

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

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

 span { border-color: rgb(244,53,18); }

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