Html Css Color HEX #DA2734 Alizarin

📋 copy color: '#DA2734'

red 218 ◦ green 39 ◦ blue 52

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

Shades of Alizarin #DA2734

Tints of Alizarin #DA2734

RGB

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

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

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

R = 70.55%
G = 12.62%
B = 16.83%

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

#DA2734 (or 0xDA2734) is known color: Alizarin. HEX triplet: DA, 27 and 34. RGB value is (218,39,52). Sum of RGB (Red+Green+Blue) = 218+39+52=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2734 is #25D8CB. Grayscale: #5E5E5E. Windows color (decimal): -2480332 or 3418074. OLE color: 3418074.

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

Color convert

RGB 218 39 52 -
CMYK 0 0.82 0.76 0.15
HSL 355.64º 0.71% 0.5% -
HSV(B) 355.64º 0.82% 0.85% -
XYZ 30.26 16.6 4.86 -
YUV 94 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 218 39 52 0 0.82 0.76 0.15 355.64 0.71 0.5
Hex DA 27 34 0 52 4C F 164 47 32
Octal 332 47 64 0 122 114 17 544 107 62
Binary 11011010 100111 110100 0 1010010 1001100 1111 101100100 1000111 110010

Color Harmonies of #DA2734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2734

Black with #DA2734

Text Example


Text Example

White with #DA2734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2734; }

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

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

background-color css

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

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

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

border-color css

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

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

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