#F33234

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

Shades of Alizarin #F33234

Tints of Alizarin #F33234

Color information

#F33234 (or 0xF33234) is unknown color: approx Alizarin. HEX triplet: F3, 32 and 34. RGB value is (243,50,52). Sum of RGB (Red+Green+Blue) = 243+50+52=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F33234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33234 is #0CCDCB. Grayscale: #6C6C6C. Windows color (decimal): -839116 or 3420915. OLE color: 3420915.

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

Color convert

RGB2435052-
CMYK00.790.790.05
HSL359.38º88.94%57.45%-
HSV(B)359.38º79.42%95.29%-
XYZ38.7221.585.37-
YUV107.9396.44224.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 70.43%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 52 (20.70% from 255) = 15.07%
R=70.43%
G=14.49%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243505200.790.790.05359.3888.9457.45
HexF3323404F4F51675939
Octal36362640117117554713171
Binary111100111100101101000100111110011111011011001111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33234; }

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

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

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

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

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

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

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

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