#F32E3E

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

Shades of Alizarin #F32E3E

Tints of Alizarin #F32E3E

Color information

#F32E3E (or 0xF32E3E) is unknown color: approx Alizarin. HEX triplet: F3, 2E and 3E. RGB value is (243,46,62). Sum of RGB (Red+Green+Blue) = 243+46+62=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E3E is #0CD1C1. Grayscale: #6A6A6A. Windows color (decimal): -840130 or 4075251. OLE color: 4075251.

HSL color Cylindrical-coordinate representation of color #F32E3E: hue angle of 355.13º 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 #F32E3E is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2434662-
CMYK00.810.740.05
HSL355.13º89.14%56.67%-
HSV(B)355.13º81.07%95.29%-
XYZ38.8121.366.63-
YUV106.73102.77225.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.23%
GREEN value IS 46 (18.36% from 255) = 13.11%
BLUE value IS 62 (24.61% from 255) = 17.66%
R=69.23%
G=13.11%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243466200.810.740.05355.1389.1456.67
HexF32E3E0514A51635939
Octal36356760121112554313171
Binary111100111011101111100101000110010101011011000111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32E3E; }

 p { color: rgb(243,46,62); }

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

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

 a { background-color: rgb(243,46,62); }

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

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

 span { border-color: rgb(243,46,62); }

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