#F02719

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

Shades of Scarlet #F02719

Tints of Scarlet #F02719

Color information

#F02719 (or 0xF02719) is unknown color: approx Scarlet. HEX triplet: F0, 27 and 19. RGB value is (240,39,25). Sum of RGB (Red+Green+Blue) = 240+39+25=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F02719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02719 is #0FD8E6. Grayscale: #616161. Windows color (decimal): -1038567 or 1648624. OLE color: 1648624.

HSL color Cylindrical-coordinate representation of color #F02719: hue angle of 3.91º 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 #F02719 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB2403925-
CMYK00.840.900.06
HSL3.91º87.76%51.96%-
HSV(B)3.91º89.58%94.12%-
XYZ36.8420.052.85-
YUV97.587.09229.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.95%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 25 (10.16% from 255) = 8.22%
R=78.95%
G=12.83%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240392500.840.900.063.9187.7651.96
HexF027190545A645834
Octal360473101241326413064
Binary11110000100111110010101010010110101101001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02719; }

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

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

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

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

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

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

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

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