#DA3243

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

Shades of Alizarin #DA3243

Tints of Alizarin #DA3243

Color information

#DA3243 (or 0xDA3243) is unknown color: approx Alizarin. HEX triplet: DA, 32 and 43. RGB value is (218,50,67). Sum of RGB (Red+Green+Blue) = 218+50+67=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3243 is #25CDBC. Grayscale: #666666. Windows color (decimal): -2477501 or 4403930. OLE color: 4403930.

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

Color convert

RGB2185067-
CMYK00.770.690.15
HSL353.93º69.42%52.55%-
HSV(B)353.93º77.06%85.49%-
XYZ31.0717.597.07-
YUV102.17108.16210.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 65.07%
GREEN value IS 50 (19.92% from 255) = 14.93%
BLUE value IS 67 (26.56% from 255) = 20%
R=65.07%
G=14.93%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218506700.770.690.15353.9369.4252.55
HexDA324304D45F1624535
Octal3326210301151051754210565
Binary11011010110010100001101001101100010111111011000101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3243; }

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

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

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

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

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

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

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

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