Html Css Color HEX #DA2E32 Alizarin

📋 copy color: '#DA2E32'

red 218 ◦ green 46 ◦ blue 50

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

Shades of Alizarin #DA2E32

Tints of Alizarin #DA2E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

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

R = 69.43%
G = 14.65%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA2E32 (or 0xDA2E32) is known color: Alizarin. HEX triplet: DA, 2E and 32. RGB value is (218,46,50). Sum of RGB (Red+Green+Blue) = 218+46+50=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2E32 is #25D1CD. Grayscale: #626262. Windows color (decimal): -2478542 or 3288794. OLE color: 3288794.

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

Color convert

RGB 218 46 50 -
CMYK 0 0.79 0.77 0.15
HSL 358.6º 0.7% 0.52% -
HSV(B) 358.6º 0.79% 0.85% -
XYZ 30.47 17.09 4.71 -
YUV 97.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 218 46 50 0 0.79 0.77 0.15 358.6 0.7 0.52
Hex DA 2E 32 0 4F 4D F 167 46 34
Octal 332 56 62 0 117 115 17 547 106 64
Binary 11011010 101110 110010 0 1001111 1001101 1111 101100111 1000110 110100

Color Harmonies of #DA2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2E32

Black with #DA2E32

Text Example


Text Example

White with #DA2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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