#F02819

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

Shades of Scarlet #F02819

Tints of Scarlet #F02819

Color information

#F02819 (or 0xF02819) is unknown color: approx Scarlet. HEX triplet: F0, 28 and 19. RGB value is (240,40,25). Sum of RGB (Red+Green+Blue) = 240+40+25=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F02819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02819 is #0FD7E6. Grayscale: #626262. Windows color (decimal): -1038311 or 1648880. OLE color: 1648880.

HSL color Cylindrical-coordinate representation of color #F02819: hue angle of 4.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F02819 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB2404025-
CMYK00.830.900.06
HSL4.19º87.76%51.96%-
HSV(B)4.19º89.58%94.12%-
XYZ36.8720.112.86-
YUV98.0986.76229.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.69%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 25 (10.16% from 255) = 8.20%
R=78.69%
G=13.11%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240402500.830.900.064.1987.7651.96
HexF028190535A645834
Octal360503101231326413064
Binary11110000101000110010101001110110101101001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02819; }

 p { color: rgb(240,40,25); }

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

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

 a { background-color: rgb(240,40,25); }

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

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

 span { border-color: rgb(240,40,25); }

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