#F22619

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

Shades of Scarlet #F22619

Tints of Scarlet #F22619

Color information

#F22619 (or 0xF22619) is unknown color: approx Scarlet. HEX triplet: F2, 26 and 19. RGB value is (242,38,25). Sum of RGB (Red+Green+Blue) = 242+38+25=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F22619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22619 is #0DD9E6. Grayscale: #616161. Windows color (decimal): -907751 or 1648370. OLE color: 1648370.

HSL color Cylindrical-coordinate representation of color #F22619: hue angle of 3.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F22619 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB2423825-
CMYK00.840.900.05
HSL3.59º89.3%52.35%-
HSV(B)3.59º89.67%94.9%-
XYZ37.4920.332.87-
YUV97.5187.09231.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 79.34%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 25 (10.16% from 255) = 8.20%
R=79.34%
G=12.46%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242382500.840.900.053.5989.352.35
HexF226190545A545934
Octal362463101241325413164
Binary11110010100110110010101010010110101011001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22619; }

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

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

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

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

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

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

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

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