#F2212E

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

Shades of Alizarin #F2212E

Tints of Alizarin #F2212E

Color information

#F2212E (or 0xF2212E) is unknown color: approx Alizarin. HEX triplet: F2, 21 and 2E. RGB value is (242,33,46). Sum of RGB (Red+Green+Blue) = 242+33+46=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F2212E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2212E is #0DDED1. Grayscale: #616161. Windows color (decimal): -909010 or 3023346. OLE color: 3023346.

HSL color Cylindrical-coordinate representation of color #F2212E: hue angle of 356.27º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2212E is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB2423346-
CMYK00.860.810.05
HSL356.27º88.94%53.92%-
HSV(B)356.27º86.36%94.9%-
XYZ37.6520.164.49-
YUV96.9799.24231.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 75.39%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=75.39%
G=10.28%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242334600.860.810.05356.2788.9453.92
HexF2212E0565151645936
Octal36241560126121554413166
Binary111100101000011011100101011010100011011011001001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2212E; }

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

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

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

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

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

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

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

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