#F41E20

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

Shades of Alizarin #F41E20

Tints of Alizarin #F41E20

Color information

#F41E20 (or 0xF41E20) is unknown color: approx Alizarin. HEX triplet: F4, 1E and 20. RGB value is (244,30,32). Sum of RGB (Red+Green+Blue) = 244+30+32=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41E20 is #0BE1DF. Grayscale: #5E5E5E. Windows color (decimal): -778720 or 2105076. OLE color: 2105076.

HSL color Cylindrical-coordinate representation of color #F41E20: hue angle of 359.44º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41E20 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB2443032-
CMYK00.880.870.04
HSL359.44º90.68%53.73%-
HSV(B)359.44º87.7%95.69%-
XYZ38.0320.273.27-
YUV94.2192.9234.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 79.74%
GREEN value IS 30 (12.11% from 255) = 9.80%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=79.74%
G=9.80%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244303200.880.870.04359.4490.6853.73
HexF41E200585741675b36
Octal36436400130127454713366
Binary11110100111101000000101100010101111001011001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41E20; }

 p { color: rgb(244,30,32); }

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

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

 a { background-color: rgb(244,30,32); }

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

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

 span { border-color: rgb(244,30,32); }

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