#DA2B43

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

Shades of Alizarin #DA2B43

Tints of Alizarin #DA2B43

Color information

#DA2B43 (or 0xDA2B43) is unknown color: approx Alizarin. HEX triplet: DA, 2B and 43. RGB value is (218,43,67). Sum of RGB (Red+Green+Blue) = 218+43+67=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B43 is #25D4BC. Grayscale: #626262. Windows color (decimal): -2479293 or 4402138. OLE color: 4402138.

HSL color Cylindrical-coordinate representation of color #DA2B43: hue angle of 351.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B43 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB2184367-
CMYK00.800.690.15
HSL351.77º70.28%51.18%-
HSV(B)351.77º80.28%85.49%-
XYZ30.7917.046.98-
YUV98.06110.48213.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 66.46%
GREEN value IS 43 (17.19% from 255) = 13.11%
BLUE value IS 67 (26.56% from 255) = 20.43%
R=66.46%
G=13.11%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218436700.800.690.15351.7770.2851.18
HexDA2B4305045F1604633
Octal3325310301201051754010663
Binary11011010101011100001101010000100010111111011000001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2B43; }

 p { color: rgb(218,43,67); }

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

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

 a { background-color: rgb(218,43,67); }

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

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

 span { border-color: rgb(218,43,67); }

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