Html Css Color HEX #FF343F Alizarin

📋 copy color: '#FF343F'

red 255 ◦ green 52 ◦ blue 63

#FF343F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #FF343F

Tints of Alizarin #FF343F

RGB

 RED value IS 255 (100% from 255) = 68.92%

 GREEN value IS 52 (20.7% from 255) = 14.05%

 BLUE value IS 63 (25% from 255) = 17.03%

R = 68.92%
G = 14.05%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF343F (or 0xFF343F) is known color: 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

RGB 255 52 63 -
CMYK 0 0.80 0.75 0
HSL 356.75º 1% 0.6% -
HSV(B) 356.75º 0.8% 1% -
XYZ 43.37 24.07 7.06 -
YUV 113.95 99.25 228.61 -
System Red Green Blue C M Y K H S L
Decimal 255 52 63 0 0.80 0.75 0 356.75 1 0.6
Hex FF 34 3F 0 50 4B 0 165 64 3C
Octal 377 64 77 0 120 113 0 545 144 74
Binary 11111111 110100 111111 0 1010000 1001011 0 101100101 1100100 111100

Color Harmonies of #FF343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF343F

Black with #FF343F

Text Example


Text Example

White with #FF343F

Text Example


Text Example

HTML Codes & Css Web 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>