#F7212D

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

Shades of Alizarin #F7212D

Tints of Alizarin #F7212D

Color information

#F7212D (or 0xF7212D) is unknown color: approx Alizarin. HEX triplet: F7, 21 and 2D. RGB value is (247,33,45). Sum of RGB (Red+Green+Blue) = 247+33+45=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7212D is #08DED2. Grayscale: #626262. Windows color (decimal): -581331 or 2957815. OLE color: 2957815.

HSL color Cylindrical-coordinate representation of color #F7212D: hue angle of 356.64º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7212D is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB2473345-
CMYK00.870.820.03
HSL356.64º93.04%54.9%-
HSV(B)356.64º86.64%96.86%-
XYZ39.3821.054.47-
YUV98.3597.9234.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 76%
GREEN value IS 33 (13.28% from 255) = 10.15%
BLUE value IS 45 (17.97% from 255) = 13.85%
R=76%
G=10.15%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247334500.870.820.03356.6493.0454.9
HexF7212D0575231655d37
Octal36741550127122354513567
Binary11110111100001101101010101111010010111011001011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7212D; }

 p { color: rgb(247,33,45); }

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

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

 a { background-color: rgb(247,33,45); }

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

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

 span { border-color: rgb(247,33,45); }

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