#FF2A2B

Color #FF2A2B Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #FF2A2B

Tints of Alizarin #FF2A2B

Color information

#FF2A2B (or 0xFF2A2B) is unknown color: approx Alizarin. HEX triplet: FF, 2A and 2B. RGB value is (255,42,43). Sum of RGB (Red+Green+Blue) = 255+42+43=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A2B is #00D5D4. Grayscale: #6A6A6A. Windows color (decimal): -54741 or 2829055. OLE color: 2829055.

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

Color convert

RGB2554243-
CMYK00.840.830
HSL359.72º100%58.24%-
HSV(B)359.72º83.53%100%-
XYZ42.523.094.5-
YUV105.892.57234.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 43 (17.19% from 255) = 12.65%
R=75%
G=12.35%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255424300.840.830359.7210058.24
HexFF2A2B054530168643a
Octal37752530124123055014472
Binary1111111110101010101101010100101001101011010001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2A2B; }

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

 H1.HeaderClassName
 {
   color: #FF2A2B;
 }
 .AnyTagClassName
 {
   color: #FF2A2B;
 }
</style>
background-color css

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

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

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

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

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

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