Html Css Color HEX #DA2543 Alizarin

📋 copy color: '#DA2543'

red 218 ◦ green 37 ◦ blue 67

#DA2543
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #DA2543

Tints of Alizarin #DA2543

RGB

 RED value IS 218 (85.55% from 255) = 67.7%

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 67 (26.56% from 255) = 20.81%

R = 67.7%
G = 11.49%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA2543 (or 0xDA2543) is known color: Alizarin. HEX triplet: DA, 25 and 43. RGB value is (218,37,67). Sum of RGB (Red+Green+Blue) = 218+37+67=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2543 is #25DABC. Grayscale: #5E5E5E. Windows color (decimal): -2480829 or 4400602. OLE color: 4400602.

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

Color convert

RGB 218 37 67 -
CMYK 0 0.83 0.69 0.15
HSL 350.06º 0.71% 0.5% -
HSV(B) 350.06º 0.83% 0.85% -
XYZ 30.59 16.63 6.91 -
YUV 94.54 112.47 216.06 -
System Red Green Blue C M Y K H S L
Decimal 218 37 67 0 0.83 0.69 0.15 350.06 0.71 0.5
Hex DA 25 43 0 53 45 F 15E 47 32
Octal 332 45 103 0 123 105 17 536 107 62
Binary 11011010 100101 1000011 0 1010011 1000101 1111 101011110 1000111 110010

Color Harmonies of #DA2543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2543

Black with #DA2543

Text Example


Text Example

White with #DA2543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2543; }

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

 H1.HeaderClassName
 {
   color: #DA2543;
 }
 .AnyTagClassName
 {
   color: #DA2543;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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