#FF343F

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

Shades of Alizarin #FF343F

Tints of Alizarin #FF343F

Color information

#FF343F (or 0xFF343F) is unknown color: approx Alizarin. HEX triplet: FF, 34 and 3F. RGB value is (255,52,63). Sum of RGB (Red+Green+Blue) = 255+52+63=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF343F is #00CBC0. Grayscale: #727272. Windows color (decimal): -52161 or 4142335. OLE color: 4142335.

HSL color Cylindrical-coordinate representation of color #FF343F: hue angle of 356.75º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF343F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB2555263-
CMYK00.800.750
HSL356.75º100%60.2%-
HSV(B)356.75º79.61%100%-
XYZ43.3724.077.06-
YUV113.9599.25228.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.92%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 63 (25% from 255) = 17.03%
R=68.92%
G=14.05%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255526300.800.750356.7510060.2
HexFF343F0504B0165643c
Octal37764770120113054514474
Binary1111111111010011111101010000100101101011001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF343F; }

 p { color: rgb(255,52,63); }

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

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

 a { background-color: rgb(255,52,63); }

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

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

 span { border-color: rgb(255,52,63); }

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