Html Css Color HEX #DA2443 Alizarin

📋 copy color: '#DA2443'

red 218 ◦ green 36 ◦ blue 67

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

Shades of Alizarin #DA2443

Tints of Alizarin #DA2443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

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

R = 67.91%
G = 11.21%
B = 20.87%

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

#DA2443 (or 0xDA2443) is known color: Alizarin. HEX triplet: DA, 24 and 43. RGB value is (218,36,67). Sum of RGB (Red+Green+Blue) = 218+36+67=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2443 is #25DBBC. Grayscale: #5E5E5E. Windows color (decimal): -2481085 or 4400346. OLE color: 4400346.

HSL color Cylindrical-coordinate representation of color #DA2443: hue angle of 349.78º degrees, saturation: 0.72, 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 #DA2443 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 36 67 -
CMYK 0 0.83 0.69 0.15
HSL 349.78º 0.72% 0.5% -
HSV(B) 349.78º 0.83% 0.85% -
XYZ 30.56 16.57 6.9 -
YUV 93.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 218 36 67 0 0.83 0.69 0.15 349.78 0.72 0.5
Hex DA 24 43 0 53 45 F 15E 48 32
Octal 332 44 103 0 123 105 17 536 110 62
Binary 11011010 100100 1000011 0 1010011 1000101 1111 101011110 1001000 110010

Color Harmonies of #DA2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2443

Black with #DA2443

Text Example


Text Example

White with #DA2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2443; }

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

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

background-color css

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

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

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

border-color css

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

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

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