#F92719

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

Shades of Scarlet #F92719

Tints of Scarlet #F92719

Color information

#F92719 (or 0xF92719) is unknown color: approx Scarlet. HEX triplet: F9, 27 and 19. RGB value is (249,39,25). Sum of RGB (Red+Green+Blue) = 249+39+25=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F92719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92719 is #06D8E6. Grayscale: #646464. Windows color (decimal): -448743 or 1648633. OLE color: 1648633.

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

Color convert

RGB2493925-
CMYK00.840.900.02
HSL3.75º94.92%53.73%-
HSV(B)3.75º89.96%97.65%-
XYZ39.9721.662.99-
YUV100.1985.57234.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 79.55%
GREEN value IS 39 (15.62% from 255) = 12.46%
BLUE value IS 25 (10.16% from 255) = 7.99%
R=79.55%
G=12.46%
B=7.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249392500.840.900.023.7594.9253.73
HexF927190545A245f36
Octal371473101241322413766
Binary1111100110011111001010101001011010101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92719; }

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

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

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

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

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

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

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

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