Html Css Color HEX #DA3132 Alizarin

📋 copy color: '#DA3132'

red 218 ◦ green 49 ◦ blue 50

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

Shades of Alizarin #DA3132

Tints of Alizarin #DA3132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 68.77%
G = 15.46%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA3132 (or 0xDA3132) is known color: Alizarin. HEX triplet: DA, 31 and 32. RGB value is (218,49,50). Sum of RGB (Red+Green+Blue) = 218+49+50=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3132 is #25CECD. Grayscale: #636363. Windows color (decimal): -2477774 or 3289562. OLE color: 3289562.

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

Color convert

RGB 218 49 50 -
CMYK 0 0.78 0.77 0.15
HSL 359.65º 0.7% 0.52% -
HSV(B) 359.65º 0.78% 0.85% -
XYZ 30.59 17.33 4.75 -
YUV 99.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 218 49 50 0 0.78 0.77 0.15 359.65 0.7 0.52
Hex DA 31 32 0 4E 4D F 168 46 34
Octal 332 61 62 0 116 115 17 550 106 64
Binary 11011010 110001 110010 0 1001110 1001101 1111 101101000 1000110 110100

Color Harmonies of #DA3132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3132

Black with #DA3132

Text Example


Text Example

White with #DA3132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3132; }

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

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

background-color css

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

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

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

border-color css

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

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

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