Html Css Color HEX #DA3032 Alizarin

📋 copy color: '#DA3032'

red 218 ◦ green 48 ◦ blue 50

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

Shades of Alizarin #DA3032

Tints of Alizarin #DA3032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 68.99%
G = 15.19%
B = 15.82%

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

#DA3032 (or 0xDA3032) is known color: Alizarin. HEX triplet: DA, 30 and 32. RGB value is (218,48,50). Sum of RGB (Red+Green+Blue) = 218+48+50=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3032 is #25CFCD. Grayscale: #636363. Windows color (decimal): -2478030 or 3289306. OLE color: 3289306.

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

Color convert

RGB 218 48 50 -
CMYK 0 0.78 0.77 0.15
HSL 359.29º 0.7% 0.52% -
HSV(B) 359.29º 0.78% 0.85% -
XYZ 30.55 17.25 4.74 -
YUV 99.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 218 48 50 0 0.78 0.77 0.15 359.29 0.7 0.52
Hex DA 30 32 0 4E 4D F 167 46 34
Octal 332 60 62 0 116 115 17 547 106 64
Binary 11011010 110000 110010 0 1001110 1001101 1111 101100111 1000110 110100

Color Harmonies of #DA3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3032

Black with #DA3032

Text Example


Text Example

White with #DA3032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3032; }

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

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

background-color css

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

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

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

border-color css

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

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

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