#F11F2A

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

Shades of Alizarin #F11F2A

Tints of Alizarin #F11F2A

Color information

#F11F2A (or 0xF11F2A) is unknown color: approx Alizarin. HEX triplet: F1, 1F and 2A. RGB value is (241,31,42). Sum of RGB (Red+Green+Blue) = 241+31+42=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11F2A is #0EE0D5. Grayscale: #5F5F5F. Windows color (decimal): -975062 or 2760689. OLE color: 2760689.

HSL color Cylindrical-coordinate representation of color #F11F2A: hue angle of 356.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11F2A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB2413142-
CMYK00.870.830.05
HSL356.86º88.24%53.33%-
HSV(B)356.86º87.14%94.51%-
XYZ37.1819.854.06-
YUV95.0498.07232.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 76.75%
GREEN value IS 31 (12.5% from 255) = 9.87%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=76.75%
G=9.87%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241314200.870.830.05356.8688.2453.33
HexF11F2A0575351655835
Octal36137520127123554513065
Binary11110001111111010100101011110100111011011001011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11F2A; }

 p { color: rgb(241,31,42); }

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

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

 a { background-color: rgb(241,31,42); }

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

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

 span { border-color: rgb(241,31,42); }

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