Html Css Color HEX #FF343E Alizarin

📋 copy color: '#FF343E'

red 255 ◦ green 52 ◦ blue 62

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

Shades of Alizarin #FF343E

Tints of Alizarin #FF343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.8%

R = 69.11%
G = 14.09%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF343E (or 0xFF343E) is known color: Alizarin. HEX triplet: FF, 34 and 3E. RGB value is (255,52,62). Sum of RGB (Red+Green+Blue) = 255+52+62=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF343E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF343E is #00CBC1. Grayscale: #727272. Windows color (decimal): -52162 or 4076799. OLE color: 4076799.

HSL color Cylindrical-coordinate representation of color #FF343E: hue angle of 357.04º 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 #FF343E is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 52 62 -
CMYK 0 0.80 0.76 0
HSL 357.04º 1% 0.6% -
HSV(B) 357.04º 0.8% 1% -
XYZ 43.34 24.06 6.92 -
YUV 113.84 98.75 228.69 -
System Red Green Blue C M Y K H S L
Decimal 255 52 62 0 0.80 0.76 0 357.04 1 0.6
Hex FF 34 3E 0 50 4C 0 165 64 3C
Octal 377 64 76 0 120 114 0 545 144 74
Binary 11111111 110100 111110 0 1010000 1001100 0 101100101 1100100 111100

Color Harmonies of #FF343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF343E

Black with #FF343E

Text Example


Text Example

White with #FF343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF343E; }

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

 H1.HeaderClassName
 {
   color: #FF343E;
 }
 .AnyTagClassName
 {
   color: #FF343E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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