#F03110

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

Shades of Scarlet #F03110

Tints of Scarlet #F03110

Color information

#F03110 (or 0xF03110) is unknown color: approx Scarlet. HEX triplet: F0, 31 and 10. RGB value is (240,49,16). Sum of RGB (Red+Green+Blue) = 240+49+16=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F03110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03110 is #0FCEEF. Grayscale: #666666. Windows color (decimal): -1036016 or 1061360. OLE color: 1061360.

HSL color Cylindrical-coordinate representation of color #F03110: hue angle of 8.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F03110 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB2404916-
CMYK00.800.930.06
HSL8.84º88.19%50.2%-
HSV(B)8.84º93.33%94.12%-
XYZ37.1320.762.54-
YUV102.3579.28226.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.69%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=78.69%
G=16.07%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240491600.800.930.068.8488.1950.2
HexF031100505D695832
Octal3606120012013561113062
Binary111100001100011000001010000101110111010011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03110; }

 p { color: rgb(240,49,16); }

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

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

 a { background-color: rgb(240,49,16); }

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

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

 span { border-color: rgb(240,49,16); }

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