#F31E16

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

Shades of Scarlet #F31E16

Tints of Scarlet #F31E16

Color information

#F31E16 (or 0xF31E16) is unknown color: approx Scarlet. HEX triplet: F3, 1E and 16. RGB value is (243,30,22). Sum of RGB (Red+Green+Blue) = 243+30+22=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31E16 is #0CE1E9. Grayscale: #5D5D5D. Windows color (decimal): -844266 or 1449715. OLE color: 1449715.

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

Color convert

RGB2433022-
CMYK00.880.910.05
HSL2.17º90.2%51.96%-
HSV(B)2.17º90.95%95.29%-
XYZ37.5720.042.65-
YUV92.7888.07235.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 82.37%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=82.37%
G=10.17%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243302200.880.910.052.1790.251.96
HexF31E160585B525a34
Octal363362601301335213264
Binary111100111111010110010110001011011101101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31E16; }

 p { color: rgb(243,30,22); }

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

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

 a { background-color: rgb(243,30,22); }

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

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

 span { border-color: rgb(243,30,22); }

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