Html Css Color HEX #DA2834 Alizarin

📋 copy color: '#DA2834'

red 218 ◦ green 40 ◦ blue 52

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

Shades of Alizarin #DA2834

Tints of Alizarin #DA2834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 70.32%
G = 12.9%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA2834 (or 0xDA2834) is known color: Alizarin. HEX triplet: DA, 28 and 34. RGB value is (218,40,52). Sum of RGB (Red+Green+Blue) = 218+40+52=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2834 is #25D7CB. Grayscale: #5E5E5E. Windows color (decimal): -2480076 or 3418330. OLE color: 3418330.

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

Color convert

RGB 218 40 52 -
CMYK 0 0.82 0.76 0.15
HSL 355.96º 0.71% 0.51% -
HSV(B) 355.96º 0.82% 0.85% -
XYZ 30.29 16.67 4.87 -
YUV 94.59 103.97 216.02 -
System Red Green Blue C M Y K H S L
Decimal 218 40 52 0 0.82 0.76 0.15 355.96 0.71 0.51
Hex DA 28 34 0 52 4C F 164 47 33
Octal 332 50 64 0 122 114 17 544 107 63
Binary 11011010 101000 110100 0 1010010 1001100 1111 101100100 1000111 110011

Color Harmonies of #DA2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2834

Black with #DA2834

Text Example


Text Example

White with #DA2834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2834; }

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

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

background-color css

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

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

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

border-color css

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

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

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