Html Css Color HEX #DA2728 Alizarin

📋 copy color: '#DA2728'

red 218 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #DA2728

Tints of Alizarin #DA2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 73.4%
G = 13.13%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA2728 (or 0xDA2728) is known color: Alizarin. HEX triplet: DA, 27 and 28. RGB value is (218,39,40). Sum of RGB (Red+Green+Blue) = 218+39+40=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2728 is #25D8D7. Grayscale: #5C5C5C. Windows color (decimal): -2480344 or 2631642. OLE color: 2631642.

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

Color convert

RGB 218 39 40 -
CMYK 0 0.82 0.82 0.15
HSL 359.66º 0.71% 0.5% -
HSV(B) 359.66º 0.82% 0.85% -
XYZ 30.02 16.51 3.61 -
YUV 92.64 98.3 217.42 -
System Red Green Blue C M Y K H S L
Decimal 218 39 40 0 0.82 0.82 0.15 359.66 0.71 0.5
Hex DA 27 28 0 52 52 F 168 47 32
Octal 332 47 50 0 122 122 17 550 107 62
Binary 11011010 100111 101000 0 1010010 1010010 1111 101101000 1000111 110010

Color Harmonies of #DA2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2728

Black with #DA2728

Text Example


Text Example

White with #DA2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2728; }

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

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

background-color css

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

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

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

border-color css

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

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

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