Html Css Color HEX #DA213B Alizarin

📋 copy color: '#DA213B'

red 218 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #DA213B

Tints of Alizarin #DA213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 70.32%
G = 10.65%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA213B (or 0xDA213B) is known color: Alizarin. HEX triplet: DA, 21 and 3B. RGB value is (218,33,59). Sum of RGB (Red+Green+Blue) = 218+33+59=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA213B is #25DEC4. Grayscale: #5B5B5B. Windows color (decimal): -2481861 or 3875290. OLE color: 3875290.

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

Color convert

RGB 218 33 59 -
CMYK 0 0.85 0.73 0.15
HSL 351.57º 0.74% 0.49% -
HSV(B) 351.57º 0.85% 0.85% -
XYZ 30.25 16.31 5.69 -
YUV 91.28 109.79 218.39 -
System Red Green Blue C M Y K H S L
Decimal 218 33 59 0 0.85 0.73 0.15 351.57 0.74 0.49
Hex DA 21 3B 0 55 49 F 160 4A 31
Octal 332 41 73 0 125 111 17 540 112 61
Binary 11011010 100001 111011 0 1010101 1001001 1111 101100000 1001010 110001

Color Harmonies of #DA213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA213B

Black with #DA213B

Text Example


Text Example

White with #DA213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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