#F02619

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

Shades of Scarlet #F02619

Tints of Scarlet #F02619

Color information

#F02619 (or 0xF02619) is unknown color: approx Scarlet. HEX triplet: F0, 26 and 19. RGB value is (240,38,25). Sum of RGB (Red+Green+Blue) = 240+38+25=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F02619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02619 is #0FD9E6. Grayscale: #616161. Windows color (decimal): -1038823 or 1648368. OLE color: 1648368.

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

Color convert

RGB2403825-
CMYK00.840.900.06
HSL3.63º87.76%51.96%-
HSV(B)3.63º89.58%94.12%-
XYZ36.819.982.84-
YUV96.9287.42230.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 79.21%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 25 (10.16% from 255) = 8.25%
R=79.21%
G=12.54%
B=8.25%

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
Decimal240382500.840.900.063.6387.7651.96
HexF026190545A645834
Octal360463101241326413064
Binary11110000100110110010101010010110101101001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02619; }

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

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

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

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

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

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

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

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