#F22001

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

Shades of Scarlet #F22001

Tints of Scarlet #F22001

Color information

#F22001 (or 0xF22001) is unknown color: approx Scarlet. HEX triplet: F2, 20 and 01. RGB value is (242,32,1). Sum of RGB (Red+Green+Blue) = 242+32+1=275 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 242 - color contains mainly: red. Hex color #F22001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22001 is #0DDFFE. Grayscale: #5B5B5B. Windows color (decimal): -909311 or 73970. OLE color: 73970.

HSL color Cylindrical-coordinate representation of color #F22001: hue angle of 7.72º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F22001 is Cyan = 0, Magento = 0.87, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB242321-
CMYK00.871.000.05
HSL7.72º99.18%47.65%-
HSV(B)7.72º99.59%94.9%-
XYZ37.1419.911.91-
YUV91.2677.07235.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 88%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=88%
G=11.64%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24232100.871.000.057.7299.1847.65
HexF220105764586330
Octal362401012714451014360
Binary11110010100000101010111110010010110001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22001; }

 p { color: rgb(242,32,1); }

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

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

 a { background-color: rgb(242,32,1); }

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

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

 span { border-color: rgb(242,32,1); }

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