Html Css Color HEX #DA323B Alizarin

📋 copy color: '#DA323B'

red 218 ◦ green 50 ◦ blue 59

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

Shades of Alizarin #DA323B

Tints of Alizarin #DA323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

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

R = 66.67%
G = 15.29%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA323B (or 0xDA323B) is known color: Alizarin. HEX triplet: DA, 32 and 3B. RGB value is (218,50,59). Sum of RGB (Red+Green+Blue) = 218+50+59=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA323B is #25CDC4. Grayscale: #656565. Windows color (decimal): -2477509 or 3879642. OLE color: 3879642.

HSL color Cylindrical-coordinate representation of color #DA323B: hue angle of 356.79º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA323B is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 59 -
CMYK 0 0.77 0.73 0.15
HSL 356.79º 0.69% 0.53% -
HSV(B) 356.79º 0.77% 0.85% -
XYZ 30.84 17.5 5.89 -
YUV 101.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 218 50 59 0 0.77 0.73 0.15 356.79 0.69 0.53
Hex DA 32 3B 0 4D 49 F 165 45 35
Octal 332 62 73 0 115 111 17 545 105 65
Binary 11011010 110010 111011 0 1001101 1001001 1111 101100101 1000101 110101

Color Harmonies of #DA323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA323B

Black with #DA323B

Text Example


Text Example

White with #DA323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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