Html Css Color HEX #DA2935 Alizarin

📋 copy color: '#DA2935'

red 218 ◦ green 41 ◦ blue 53

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

Shades of Alizarin #DA2935

Tints of Alizarin #DA2935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 69.87%
G = 13.14%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA2935 (or 0xDA2935) is known color: Alizarin. HEX triplet: DA, 29 and 35. RGB value is (218,41,53). Sum of RGB (Red+Green+Blue) = 218+41+53=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2935 is #25D6CA. Grayscale: #5F5F5F. Windows color (decimal): -2479819 or 3484122. OLE color: 3484122.

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

Color convert

RGB 218 41 53 -
CMYK 0 0.81 0.76 0.15
HSL 355.93º 0.71% 0.51% -
HSV(B) 355.93º 0.81% 0.85% -
XYZ 30.35 16.75 5 -
YUV 95.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 218 41 53 0 0.81 0.76 0.15 355.93 0.71 0.51
Hex DA 29 35 0 51 4C F 164 47 33
Octal 332 51 65 0 121 114 17 544 107 63
Binary 11011010 101001 110101 0 1010001 1001100 1111 101100100 1000111 110011

Color Harmonies of #DA2935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2935

Black with #DA2935

Text Example


Text Example

White with #DA2935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2935; }

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

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

background-color css

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

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

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

border-color css

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

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

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