#F31D17

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

Shades of Scarlet #F31D17

Tints of Scarlet #F31D17

Color information

#F31D17 (or 0xF31D17) is unknown color: approx Scarlet. HEX triplet: F3, 1D and 17. RGB value is (243,29,23). Sum of RGB (Red+Green+Blue) = 243+29+23=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31D17 is #0CE2E8. Grayscale: #5C5C5C. Windows color (decimal): -844521 or 1514995. OLE color: 1514995.

HSL color Cylindrical-coordinate representation of color #F31D17: hue angle of 1.64º 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 #F31D17 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2432923-
CMYK00.880.910.05
HSL1.64º90.16%52.16%-
HSV(B)1.64º90.53%95.29%-
XYZ37.56202.69-
YUV92.388.9235.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 82.37%
GREEN value IS 29 (11.72% from 255) = 9.83%
BLUE value IS 23 (9.38% from 255) = 7.80%
R=82.37%
G=9.83%
B=7.80%

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
Decimal243292300.880.910.051.6490.1652.16
HexF31D170585B525a34
Octal363352701301335213264
Binary111100111110110111010110001011011101101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31D17; }

 p { color: rgb(243,29,23); }

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

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

 a { background-color: rgb(243,29,23); }

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

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

 span { border-color: rgb(243,29,23); }

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