Html Css Color HEX #DA2534 Alizarin

📋 copy color: '#DA2534'

red 218 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #DA2534

Tints of Alizarin #DA2534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

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

R = 71.01%
G = 12.05%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA2534 (or 0xDA2534) is known color: Alizarin. HEX triplet: DA, 25 and 34. RGB value is (218,37,52). Sum of RGB (Red+Green+Blue) = 218+37+52=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2534 is #25DACB. Grayscale: #5C5C5C. Windows color (decimal): -2480844 or 3417562. OLE color: 3417562.

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

Color convert

RGB 218 37 52 -
CMYK 0 0.83 0.76 0.15
HSL 355.03º 0.71% 0.5% -
HSV(B) 355.03º 0.83% 0.85% -
XYZ 30.19 16.48 4.84 -
YUV 92.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 218 37 52 0 0.83 0.76 0.15 355.03 0.71 0.5
Hex DA 25 34 0 53 4C F 163 47 32
Octal 332 45 64 0 123 114 17 543 107 62
Binary 11011010 100101 110100 0 1010011 1001100 1111 101100011 1000111 110010

Color Harmonies of #DA2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2534

Black with #DA2534

Text Example


Text Example

White with #DA2534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2534; }

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

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

background-color css

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

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

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

border-color css

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

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

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