#ff2d2e

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

Shades of Alizarin #FF2D2E

Tints of Alizarin #FF2D2E

Color information

#FF2D2E (or 0xFF2D2E) is unknown color: approx Alizarin. HEX triplet: FF, 2D and 2E. RGB value is (255,45,46). Sum of RGB (Red+Green+Blue) = 255+45+46=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2D2E is #00D2D1. Grayscale: #6C6C6C. Windows color (decimal): -53970 or 3026431. OLE color: 3026431.

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

Color convert

RGB2554546-
CMYK00.820.820
HSL359.71º100%58.82%-
HSV(B)359.71º82.35%100%-
XYZ42.6723.334.84-
YUV107.993.07232.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.70%
GREEN value IS 45 (17.97% from 255) = 13.01%
BLUE value IS 46 (18.36% from 255) = 13.29%
R=73.70%
G=13.01%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255454600.820.820359.7110058.82
HexFF2D2E052520168643b
Octal37755560122122055014473
Binary1111111110110110111001010010101001001011010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff2d2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff2d2e; }

 p { color: rgb(255,45,46); }

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

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

 a { background-color: rgb(255,45,46); }

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

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

 span { border-color: rgb(255,45,46); }

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