Html Css Color HEX #DA2629 Alizarin

📋 copy color: '#DA2629'

red 218 ◦ green 38 ◦ blue 41

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

Shades of Alizarin #DA2629

Tints of Alizarin #DA2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 73.4%
G = 12.79%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA2629 (or 0xDA2629) is known color: Alizarin. HEX triplet: DA, 26 and 29. RGB value is (218,38,41). Sum of RGB (Red+Green+Blue) = 218+38+41=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2629 is #25D9D6. Grayscale: #5C5C5C. Windows color (decimal): -2480599 or 2696922. OLE color: 2696922.

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

Color convert

RGB 218 38 41 -
CMYK 0 0.83 0.81 0.15
HSL 359º 0.71% 0.5% -
HSV(B) 359º 0.83% 0.85% -
XYZ 30.01 16.45 3.69 -
YUV 92.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 218 38 41 0 0.83 0.81 0.15 359 0.71 0.5
Hex DA 26 29 0 53 51 F 167 47 32
Octal 332 46 51 0 123 121 17 547 107 62
Binary 11011010 100110 101001 0 1010011 1010001 1111 101100111 1000111 110010

Color Harmonies of #DA2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2629

Black with #DA2629

Text Example


Text Example

White with #DA2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2629; }

 p { color: rgb(218,38,41); }

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

background-color css

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

 a { background-color: rgb(218,38,41); }

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

border-color css

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

 span { border-color: rgb(218,38,41); }

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