Html Css Color HEX #DA213C Alizarin

📋 copy color: '#DA213C'

red 218 ◦ green 33 ◦ blue 60

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

Shades of Alizarin #DA213C

Tints of Alizarin #DA213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 70.1%
G = 10.61%
B = 19.29%

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

#DA213C (or 0xDA213C) is known color: Alizarin. HEX triplet: DA, 21 and 3C. RGB value is (218,33,60). Sum of RGB (Red+Green+Blue) = 218+33+60=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA213C is #25DEC3. Grayscale: #5B5B5B. Windows color (decimal): -2481860 or 3940826. OLE color: 3940826.

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

Color convert

RGB 218 33 60 -
CMYK 0 0.85 0.72 0.15
HSL 351.24º 0.74% 0.49% -
HSV(B) 351.24º 0.85% 0.85% -
XYZ 30.27 16.32 5.83 -
YUV 91.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 218 33 60 0 0.85 0.72 0.15 351.24 0.74 0.49
Hex DA 21 3C 0 55 48 F 15F 4A 31
Octal 332 41 74 0 125 110 17 537 112 61
Binary 11011010 100001 111100 0 1010101 1001000 1111 101011111 1001010 110001

Color Harmonies of #DA213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA213C

Black with #DA213C

Text Example


Text Example

White with #DA213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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