Html Css Color HEX #DA213D Alizarin

📋 copy color: '#DA213D'

red 218 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #DA213D

Tints of Alizarin #DA213D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 69.87%
G = 10.58%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA213D (or 0xDA213D) is known color: Alizarin. HEX triplet: DA, 21 and 3D. RGB value is (218,33,61). Sum of RGB (Red+Green+Blue) = 218+33+61=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA213D is #25DEC2. Grayscale: #5B5B5B. Windows color (decimal): -2481859 or 4006362. OLE color: 4006362.

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

Color convert

RGB 218 33 61 -
CMYK 0 0.85 0.72 0.15
HSL 350.92º 0.74% 0.49% -
HSV(B) 350.92º 0.85% 0.85% -
XYZ 30.3 16.33 5.97 -
YUV 91.51 110.79 218.22 -
System Red Green Blue C M Y K H S L
Decimal 218 33 61 0 0.85 0.72 0.15 350.92 0.74 0.49
Hex DA 21 3D 0 55 48 F 15F 4A 31
Octal 332 41 75 0 125 110 17 537 112 61
Binary 11011010 100001 111101 0 1010101 1001000 1111 101011111 1001010 110001

Color Harmonies of #DA213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA213D

Black with #DA213D

Text Example


Text Example

White with #DA213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA213D; }

 p { color: rgb(218,33,61); }

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

background-color css

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

 a { background-color: rgb(218,33,61); }

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

border-color css

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

 span { border-color: rgb(218,33,61); }

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