Html Css Color HEX #FF2A31 Alizarin

📋 copy color: '#FF2A31'

red 255 ◦ green 42 ◦ blue 49

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

Shades of Alizarin #FF2A31

Tints of Alizarin #FF2A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.14%

 BLUE value IS 49 (19.53% from 255) = 14.16%

R = 73.7%
G = 12.14%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF2A31 (or 0xFF2A31) is known color: Alizarin. HEX triplet: FF, 2A and 31. RGB value is (255,42,49). Sum of RGB (Red+Green+Blue) = 255+42+49=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A31 is #00D5CE. Grayscale: #6A6A6A. Windows color (decimal): -54735 or 3222271. OLE color: 3222271.

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

Color convert

RGB 255 42 49 -
CMYK 0 0.84 0.81 0
HSL 358.03º 1% 0.58% -
HSV(B) 358.03º 0.84% 1% -
XYZ 42.62 23.14 5.13 -
YUV 106.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 255 42 49 0 0.84 0.81 0 358.03 1 0.58
Hex FF 2A 31 0 54 51 0 166 64 3A
Octal 377 52 61 0 124 121 0 546 144 72
Binary 11111111 101010 110001 0 1010100 1010001 0 101100110 1100100 111010

Color Harmonies of #FF2A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2A31

Black with #FF2A31

Text Example


Text Example

White with #FF2A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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