Html Css Color HEX #DA323F Alizarin

📋 copy color: '#DA323F'

red 218 ◦ green 50 ◦ blue 63

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

Shades of Alizarin #DA323F

Tints of Alizarin #DA323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.03%

R = 65.86%
G = 15.11%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA323F (or 0xDA323F) is known color: Alizarin. HEX triplet: DA, 32 and 3F. RGB value is (218,50,63). Sum of RGB (Red+Green+Blue) = 218+50+63=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA323F is #25CDC0. Grayscale: #656565. Windows color (decimal): -2477505 or 4141786. OLE color: 4141786.

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

Color convert

RGB 218 50 63 -
CMYK 0 0.77 0.71 0.15
HSL 355.36º 0.69% 0.53% -
HSV(B) 355.36º 0.77% 0.85% -
XYZ 30.95 17.55 6.46 -
YUV 101.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 218 50 63 0 0.77 0.71 0.15 355.36 0.69 0.53
Hex DA 32 3F 0 4D 47 F 163 45 35
Octal 332 62 77 0 115 107 17 543 105 65
Binary 11011010 110010 111111 0 1001101 1000111 1111 101100011 1000101 110101

Color Harmonies of #DA323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA323F

Black with #DA323F

Text Example


Text Example

White with #DA323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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