#DA2334

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

Shades of Alizarin #DA2334

Tints of Alizarin #DA2334

Color information

#DA2334 (or 0xDA2334) is unknown color: approx Alizarin. HEX triplet: DA, 23 and 34. RGB value is (218,35,52). Sum of RGB (Red+Green+Blue) = 218+35+52=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2334 is #25DCCB. Grayscale: #5B5B5B. Windows color (decimal): -2481356 or 3417050. OLE color: 3417050.

HSL color Cylindrical-coordinate representation of color #DA2334: hue angle of 354.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2334 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2183552-
CMYK00.840.760.15
HSL354.43º72.33%49.61%-
HSV(B)354.43º83.94%85.49%-
XYZ30.1316.364.82-
YUV91.66105.63218.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.48%
GREEN value IS 35 (14.06% from 255) = 11.48%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=71.48%
G=11.48%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218355200.840.760.15354.4372.3349.61
HexDA23340544CF1624832
Octal332436401241141754211062
Binary1101101010001111010001010100100110011111011000101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2334; }

 p { color: rgb(218,35,52); }

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

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

 a { background-color: rgb(218,35,52); }

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

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

 span { border-color: rgb(218,35,52); }

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