Html Css Color HEX #DA2938 Alizarin

📋 copy color: '#DA2938'

red 218 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #DA2938

Tints of Alizarin #DA2938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 69.21%
G = 13.02%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA2938 (or 0xDA2938) is known color: Alizarin. HEX triplet: DA, 29 and 38. RGB value is (218,41,56). Sum of RGB (Red+Green+Blue) = 218+41+56=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2938 is #25D6C7. Grayscale: #5F5F5F. Windows color (decimal): -2479816 or 3680730. OLE color: 3680730.

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

Color convert

RGB 218 41 56 -
CMYK 0 0.81 0.74 0.15
HSL 354.92º 0.71% 0.51% -
HSV(B) 354.92º 0.81% 0.85% -
XYZ 30.42 16.78 5.38 -
YUV 95.63 105.64 215.28 -
System Red Green Blue C M Y K H S L
Decimal 218 41 56 0 0.81 0.74 0.15 354.92 0.71 0.51
Hex DA 29 38 0 51 4A F 163 47 33
Octal 332 51 70 0 121 112 17 543 107 63
Binary 11011010 101001 111000 0 1010001 1001010 1111 101100011 1000111 110011

Color Harmonies of #DA2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2938

Black with #DA2938

Text Example


Text Example

White with #DA2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2938; }

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

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

background-color css

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

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

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

border-color css

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

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

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