#DA2333

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

Shades of Alizarin #DA2333

Tints of Alizarin #DA2333

Color information

#DA2333 (or 0xDA2333) is unknown color: approx Alizarin. HEX triplet: DA, 23 and 33. RGB value is (218,35,51). Sum of RGB (Red+Green+Blue) = 218+35+51=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2333 is #25DCCC. Grayscale: #5B5B5B. Windows color (decimal): -2481357 or 3351514. OLE color: 3351514.

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

Color convert

RGB2183551-
CMYK00.840.770.15
HSL354.75º72.33%49.61%-
HSV(B)354.75º83.94%85.49%-
XYZ30.1116.354.7-
YUV91.54105.13218.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.71%
GREEN value IS 35 (14.06% from 255) = 11.51%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=71.71%
G=11.51%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218355100.840.770.15354.7572.3349.61
HexDA23330544DF1634832
Octal332436301241151754311062
Binary1101101010001111001101010100100110111111011000111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2333; }

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

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

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

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

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

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

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

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