#F31C01

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

Shades of Scarlet #F31C01

Tints of Scarlet #F31C01

Color information

#F31C01 (or 0xF31C01) is unknown color: approx Scarlet. HEX triplet: F3, 1C and 01. RGB value is (243,28,1). Sum of RGB (Red+Green+Blue) = 243+28+1=272 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.34% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C01 is #0CE3FE. Grayscale: #595959. Windows color (decimal): -844799 or 72947. OLE color: 72947.

HSL color Cylindrical-coordinate representation of color #F31C01: hue angle of 6.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F31C01 is Cyan = 0, Magento = 0.88, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB243281-
CMYK00.881.000.05
HSL6.69º99.18%47.84%-
HSV(B)6.69º99.59%95.29%-
XYZ37.3819.891.9-
YUV89.2178.23237.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 89.34%
GREEN value IS 28 (11.33% from 255) = 10.29%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=89.34%
G=10.29%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24328100.881.000.056.6999.1847.84
HexF31C105864576330
Octal36334101301445714360
Binary111100111110010101100011001001011111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31C01; }

 p { color: rgb(243,28,1); }

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

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

 a { background-color: rgb(243,28,1); }

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

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

 span { border-color: rgb(243,28,1); }

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