Html Css Color HEX #FF3132 Alizarin

📋 copy color: '#FF3132'

red 255 ◦ green 49 ◦ blue 50

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

Shades of Alizarin #FF3132

Tints of Alizarin #FF3132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 72.03%
G = 13.84%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF3132 (or 0xFF3132) is known color: Alizarin. HEX triplet: FF, 31 and 32. RGB value is (255,49,50). Sum of RGB (Red+Green+Blue) = 255+49+50=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3132 is #00CECD. Grayscale: #6E6E6E. Windows color (decimal): -52942 or 3289599. OLE color: 3289599.

HSL color Cylindrical-coordinate representation of color #FF3132: hue angle of 359.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3132 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 49 50 -
CMYK 0 0.81 0.80 0
HSL 359.71º 1% 0.6% -
HSV(B) 359.71º 0.81% 1% -
XYZ 42.91 23.69 5.33 -
YUV 110.71 93.75 230.92 -
System Red Green Blue C M Y K H S L
Decimal 255 49 50 0 0.81 0.80 0 359.71 1 0.6
Hex FF 31 32 0 51 50 0 168 64 3C
Octal 377 61 62 0 121 120 0 550 144 74
Binary 11111111 110001 110010 0 1010001 1010000 0 101101000 1100100 111100

Color Harmonies of #FF3132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3132

Black with #FF3132

Text Example


Text Example

White with #FF3132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3132; }

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

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

background-color css

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

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

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

border-color css

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

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

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