#DD292E

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

Shades of Alizarin #DD292E

Tints of Alizarin #DD292E

Color information

#DD292E (or 0xDD292E) is unknown color: approx Alizarin. HEX triplet: DD, 29 and 2E. RGB value is (221,41,46). Sum of RGB (Red+Green+Blue) = 221+41+46=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD292E is #22D6D1. Grayscale: #5F5F5F. Windows color (decimal): -2283218 or 3025373. OLE color: 3025373.

HSL color Cylindrical-coordinate representation of color #DD292E: hue angle of 358.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD292E is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB2214146-
CMYK00.810.790.13
HSL358.33º72.58%51.37%-
HSV(B)358.33º81.45%86.67%-
XYZ31.117.164.26-
YUV95.39100.13217.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 71.75%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=71.75%
G=13.31%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221414600.810.790.13358.3372.5851.37
HexDD292E0514FD1664933
Octal335515601211171554611163
Binary1101110110100110111001010001100111111011011001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD292E; }

 p { color: rgb(221,41,46); }

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

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

 a { background-color: rgb(221,41,46); }

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

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

 span { border-color: rgb(221,41,46); }

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