Html Css Color HEX #DA2B32 Alizarin

📋 copy color: '#DA2B32'

red 218 ◦ green 43 ◦ blue 50

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

Shades of Alizarin #DA2B32

Tints of Alizarin #DA2B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

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

R = 70.1%
G = 13.83%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA2B32 (or 0xDA2B32) is known color: Alizarin. HEX triplet: DA, 2B and 32. RGB value is (218,43,50). Sum of RGB (Red+Green+Blue) = 218+43+50=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B32 is #25D4CD. Grayscale: #606060. Windows color (decimal): -2479310 or 3288026. OLE color: 3288026.

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

Color convert

RGB 218 43 50 -
CMYK 0 0.80 0.77 0.15
HSL 357.6º 0.7% 0.51% -
HSV(B) 357.6º 0.8% 0.85% -
XYZ 30.35 16.86 4.67 -
YUV 96.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 218 43 50 0 0.80 0.77 0.15 357.6 0.7 0.51
Hex DA 2B 32 0 50 4D F 166 46 33
Octal 332 53 62 0 120 115 17 546 106 63
Binary 11011010 101011 110010 0 1010000 1001101 1111 101100110 1000110 110011

Color Harmonies of #DA2B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B32

Black with #DA2B32

Text Example


Text Example

White with #DA2B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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