Html Css Color HEX #FF323B Alizarin

📋 copy color: '#FF323B'

red 255 ◦ green 50 ◦ blue 59

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

Shades of Alizarin #FF323B

Tints of Alizarin #FF323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.74%

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

R = 70.05%
G = 13.74%
B = 16.21%

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

#FF323B (or 0xFF323B) is known color: Alizarin. HEX triplet: FF, 32 and 3B. RGB value is (255,50,59). Sum of RGB (Red+Green+Blue) = 255+50+59=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF323B is #00CDC4. Grayscale: #707070. Windows color (decimal): -52677 or 3879679. OLE color: 3879679.

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

Color convert

RGB 255 50 59 -
CMYK 0 0.80 0.77 0
HSL 357.37º 1% 0.6% -
HSV(B) 357.37º 0.8% 1% -
XYZ 43.17 23.86 6.47 -
YUV 112.32 97.92 229.77 -
System Red Green Blue C M Y K H S L
Decimal 255 50 59 0 0.80 0.77 0 357.37 1 0.6
Hex FF 32 3B 0 50 4D 0 165 64 3C
Octal 377 62 73 0 120 115 0 545 144 74
Binary 11111111 110010 111011 0 1010000 1001101 0 101100101 1100100 111100

Color Harmonies of #FF323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF323B

Black with #FF323B

Text Example


Text Example

White with #FF323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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