Html Css Color HEX #DA2838 Alizarin

📋 copy color: '#DA2838'

red 218 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #DA2838

Tints of Alizarin #DA2838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

 BLUE value IS 56 (22.27% from 255) = 17.83%

R = 69.43%
G = 12.74%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA2838 (or 0xDA2838) is known color: Alizarin. HEX triplet: DA, 28 and 38. RGB value is (218,40,56). Sum of RGB (Red+Green+Blue) = 218+40+56=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2838 is #25D7C7. Grayscale: #5F5F5F. Windows color (decimal): -2480072 or 3680474. OLE color: 3680474.

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

Color convert

RGB 218 40 56 -
CMYK 0 0.82 0.74 0.15
HSL 354.61º 0.71% 0.51% -
HSV(B) 354.61º 0.82% 0.85% -
XYZ 30.39 16.71 5.36 -
YUV 95.05 105.97 215.7 -
System Red Green Blue C M Y K H S L
Decimal 218 40 56 0 0.82 0.74 0.15 354.61 0.71 0.51
Hex DA 28 38 0 52 4A F 163 47 33
Octal 332 50 70 0 122 112 17 543 107 63
Binary 11011010 101000 111000 0 1010010 1001010 1111 101100011 1000111 110011

Color Harmonies of #DA2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2838

Black with #DA2838

Text Example


Text Example

White with #DA2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2838; }

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

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

background-color css

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

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

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

border-color css

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

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

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