#DA2338

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

Shades of Alizarin #DA2338

Tints of Alizarin #DA2338

Color information

#DA2338 (or 0xDA2338) is unknown color: approx Alizarin. HEX triplet: DA, 23 and 38. RGB value is (218,35,56). Sum of RGB (Red+Green+Blue) = 218+35+56=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2338 is #25DCC7. Grayscale: #5C5C5C. Windows color (decimal): -2481352 or 3679194. OLE color: 3679194.

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

Color convert

RGB2183556-
CMYK00.840.740.15
HSL353.11º72.33%49.61%-
HSV(B)353.11º83.94%85.49%-
XYZ30.2316.395.31-
YUV92.11107.63217.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 70.55%
GREEN value IS 35 (14.06% from 255) = 11.33%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=70.55%
G=11.33%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218355600.840.740.15353.1172.3349.61
HexDA23380544AF1614832
Octal332437001241121754111062
Binary1101101010001111100001010100100101011111011000011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2338; }

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

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

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

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

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

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

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

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