#F22E17

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

Shades of Scarlet #F22E17

Tints of Scarlet #F22E17

Color information

#F22E17 (or 0xF22E17) is unknown color: approx Scarlet. HEX triplet: F2, 2E and 17. RGB value is (242,46,23). Sum of RGB (Red+Green+Blue) = 242+46+23=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22E17 is #0DD1E8. Grayscale: #666666. Windows color (decimal): -905705 or 1519346. OLE color: 1519346.

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

Color convert

RGB2424623-
CMYK00.810.900.05
HSL6.3º89.39%51.96%-
HSV(B)6.3º90.5%94.9%-
XYZ37.7520.892.85-
YUV101.9883.43227.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 77.81%
GREEN value IS 46 (18.36% from 255) = 14.79%
BLUE value IS 23 (9.38% from 255) = 7.40%
R=77.81%
G=14.79%
B=7.40%

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
Decimal242462300.810.900.056.389.3951.96
HexF22E170515A565934
Octal362562701211325613164
Binary11110010101110101110101000110110101011101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22E17; }

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

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

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

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

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

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

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

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