#F32A2D

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

Shades of Alizarin #F32A2D

Tints of Alizarin #F32A2D

Color information

#F32A2D (or 0xF32A2D) is unknown color: approx Alizarin. HEX triplet: F3, 2A and 2D. RGB value is (243,42,45). Sum of RGB (Red+Green+Blue) = 243+42+45=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A2D is #0CD5D2. Grayscale: #666666. Windows color (decimal): -841171 or 2960115. OLE color: 2960115.

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

Color convert

RGB2434245-
CMYK00.830.810.05
HSL359.1º89.33%55.88%-
HSV(B)359.1º82.72%95.29%-
XYZ38.2620.94.5-
YUV102.4495.59228.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 73.64%
GREEN value IS 42 (16.80% from 255) = 12.73%
BLUE value IS 45 (17.97% from 255) = 13.64%
R=73.64%
G=12.73%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243424500.830.810.05359.189.3355.88
HexF32A2D0535151675938
Octal36352550123121554713170
Binary111100111010101011010101001110100011011011001111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32A2D; }

 p { color: rgb(243,42,45); }

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

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

 a { background-color: rgb(243,42,45); }

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

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

 span { border-color: rgb(243,42,45); }

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