Html Css Color HEX #DA2628 Alizarin

📋 copy color: '#DA2628'

red 218 ◦ green 38 ◦ blue 40

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

Shades of Alizarin #DA2628

Tints of Alizarin #DA2628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 73.65%
G = 12.84%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA2628 (or 0xDA2628) is known color: Alizarin. HEX triplet: DA, 26 and 28. RGB value is (218,38,40). Sum of RGB (Red+Green+Blue) = 218+38+40=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2628 is #25D9D7. Grayscale: #5C5C5C. Windows color (decimal): -2480600 or 2631386. OLE color: 2631386.

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

Color convert

RGB 218 38 40 -
CMYK 0 0.83 0.82 0.15
HSL 359.33º 0.71% 0.5% -
HSV(B) 359.33º 0.83% 0.85% -
XYZ 29.99 16.44 3.6 -
YUV 92.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 218 38 40 0 0.83 0.82 0.15 359.33 0.71 0.5
Hex DA 26 28 0 53 52 F 167 47 32
Octal 332 46 50 0 123 122 17 547 107 62
Binary 11011010 100110 101000 0 1010011 1010010 1111 101100111 1000111 110010

Color Harmonies of #DA2628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2628

Black with #DA2628

Text Example


Text Example

White with #DA2628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2628; }

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

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

background-color css

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

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

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

border-color css

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

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

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