#F22F17

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

Shades of Scarlet #F22F17

Tints of Scarlet #F22F17

Color information

#F22F17 (or 0xF22F17) is unknown color: approx Scarlet. HEX triplet: F2, 2F and 17. RGB value is (242,47,23). Sum of RGB (Red+Green+Blue) = 242+47+23=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22F17 is #0DD0E8. Grayscale: #666666. Windows color (decimal): -905449 or 1519602. OLE color: 1519602.

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

Color convert

RGB2424723-
CMYK00.810.900.05
HSL6.58º89.39%51.96%-
HSV(B)6.58º90.5%94.9%-
XYZ37.7920.972.87-
YUV102.5783.1227.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 77.56%
GREEN value IS 47 (18.75% from 255) = 15.06%
BLUE value IS 23 (9.38% from 255) = 7.37%
R=77.56%
G=15.06%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242472300.810.900.056.5889.3951.96
HexF22F170515A575934
Octal362572701211325713164
Binary11110010101111101110101000110110101011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22F17; }

 p { color: rgb(242,47,23); }

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

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

 a { background-color: rgb(242,47,23); }

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

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

 span { border-color: rgb(242,47,23); }

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