#F43115

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

Shades of Scarlet #F43115

Tints of Scarlet #F43115

Color information

#F43115 (or 0xF43115) is unknown color: approx Scarlet. HEX triplet: F4, 31 and 15. RGB value is (244,49,21). Sum of RGB (Red+Green+Blue) = 244+49+21=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F43115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43115 is #0BCEEA. Grayscale: #686868. Windows color (decimal): -773867 or 1389044. OLE color: 1389044.

HSL color Cylindrical-coordinate representation of color #F43115: hue angle of 7.53º degrees, saturation: 0.91, 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 #F43115 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB2444921-
CMYK00.800.910.04
HSL7.53º91.02%51.96%-
HSV(B)7.53º91.39%95.69%-
XYZ38.5421.482.82-
YUV104.1181.1227.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 77.71%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 21 (8.59% from 255) = 6.69%
R=77.71%
G=15.61%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244492100.800.910.047.5391.0251.96
HexF431150505B485b34
Octal3646125012013341013364
Binary111101001100011010101010000101101110010001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F43115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F43115; }

 p { color: rgb(244,49,21); }

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

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

 a { background-color: rgb(244,49,21); }

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

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

 span { border-color: rgb(244,49,21); }

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