Html Css Color HEX #FF343A Alizarin

📋 copy color: '#FF343A'

red 255 ◦ green 52 ◦ blue 58

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

Shades of Alizarin #FF343A

Tints of Alizarin #FF343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.89%

R = 69.86%
G = 14.25%
B = 15.89%

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

#FF343A (or 0xFF343A) is known color: Alizarin. HEX triplet: FF, 34 and 3A. RGB value is (255,52,58). Sum of RGB (Red+Green+Blue) = 255+52+58=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF343A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF343A is #00CBC5. Grayscale: #717171. Windows color (decimal): -52166 or 3814655. OLE color: 3814655.

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

Color convert

RGB 255 52 58 -
CMYK 0 0.80 0.77 0
HSL 358.23º 1% 0.6% -
HSV(B) 358.23º 0.8% 1% -
XYZ 43.23 24.02 6.36 -
YUV 113.38 96.75 229.01 -
System Red Green Blue C M Y K H S L
Decimal 255 52 58 0 0.80 0.77 0 358.23 1 0.6
Hex FF 34 3A 0 50 4D 0 166 64 3C
Octal 377 64 72 0 120 115 0 546 144 74
Binary 11111111 110100 111010 0 1010000 1001101 0 101100110 1100100 111100

Color Harmonies of #FF343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF343A

Black with #FF343A

Text Example


Text Example

White with #FF343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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