#F32F32

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

Shades of Alizarin #F32F32

Tints of Alizarin #F32F32

Color information

#F32F32 (or 0xF32F32) is unknown color: approx Alizarin. HEX triplet: F3, 2F and 32. RGB value is (243,47,50). Sum of RGB (Red+Green+Blue) = 243+47+50=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F32 is #0CD0CD. Grayscale: #6A6A6A. Windows color (decimal): -839886 or 3289075. OLE color: 3289075.

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

Color convert

RGB2434750-
CMYK00.810.790.05
HSL359.08º89.09%56.86%-
HSV(B)359.08º80.66%95.29%-
XYZ38.5521.325.1-
YUV105.9596.43225.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 71.47%
GREEN value IS 47 (18.75% from 255) = 13.82%
BLUE value IS 50 (19.92% from 255) = 14.71%
R=71.47%
G=13.82%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243475000.810.790.05359.0889.0956.86
HexF32F320514F51675939
Octal36357620121117554713171
Binary111100111011111100100101000110011111011011001111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32F32; }

 p { color: rgb(243,47,50); }

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

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

 a { background-color: rgb(243,47,50); }

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

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

 span { border-color: rgb(243,47,50); }

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