#DA2741

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

Shades of Alizarin #DA2741

Tints of Alizarin #DA2741

Color information

#DA2741 (or 0xDA2741) is unknown color: approx Alizarin. HEX triplet: DA, 27 and 41. RGB value is (218,39,65). Sum of RGB (Red+Green+Blue) = 218+39+65=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2741 is #25D8BE. Grayscale: #5F5F5F. Windows color (decimal): -2480319 or 4270042. OLE color: 4270042.

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

Color convert

RGB2183965-
CMYK00.820.700.15
HSL351.28º70.75%50.39%-
HSV(B)351.28º82.11%85.49%-
XYZ30.5916.746.62-
YUV95.48110.8215.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 67.70%
GREEN value IS 39 (15.62% from 255) = 12.11%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=67.70%
G=12.11%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218396500.820.700.15351.2870.7550.39
HexDA274105246F15f4732
Octal3324710101221061753710762
Binary11011010100111100000101010010100011011111010111111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2741; }

 p { color: rgb(218,39,65); }

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

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

 a { background-color: rgb(218,39,65); }

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

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

 span { border-color: rgb(218,39,65); }

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