Html Css Color HEX #FF343B Alizarin

📋 copy color: '#FF343B'

red 255 ◦ green 52 ◦ blue 59

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

Shades of Alizarin #FF343B

Tints of Alizarin #FF343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.12%

R = 69.67%
G = 14.21%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF343B (or 0xFF343B) is known color: Alizarin. HEX triplet: FF, 34 and 3B. RGB value is (255,52,59). Sum of RGB (Red+Green+Blue) = 255+52+59=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF343B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF343B is #00CBC4. Grayscale: #717171. Windows color (decimal): -52165 or 3880191. OLE color: 3880191.

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

Color convert

RGB 255 52 59 -
CMYK 0 0.80 0.77 0
HSL 357.93º 1% 0.6% -
HSV(B) 357.93º 0.8% 1% -
XYZ 43.26 24.03 6.5 -
YUV 113.5 97.25 228.93 -
System Red Green Blue C M Y K H S L
Decimal 255 52 59 0 0.80 0.77 0 357.93 1 0.6
Hex FF 34 3B 0 50 4D 0 166 64 3C
Octal 377 64 73 0 120 115 0 546 144 74
Binary 11111111 110100 111011 0 1010000 1001101 0 101100110 1100100 111100

Color Harmonies of #FF343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF343B

Black with #FF343B

Text Example


Text Example

White with #FF343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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