Html Css Color HEX #DB2732 Alizarin

📋 copy color: '#DB2732'

red 219 ◦ green 39 ◦ blue 50

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

Shades of Alizarin #DB2732

Tints of Alizarin #DB2732

RGB

 RED value IS 219 (85.94% from 255) = 71.1%

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 71.1%
G = 12.66%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB2732 (or 0xDB2732) is known color: Alizarin. HEX triplet: DB, 27 and 32. RGB value is (219,39,50). Sum of RGB (Red+Green+Blue) = 219+39+50=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2732 is #24D8CD. Grayscale: #5E5E5E. Windows color (decimal): -2414798 or 3287003. OLE color: 3287003.

HSL color Cylindrical-coordinate representation of color #DB2732: hue angle of 356.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2732 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 39 50 -
CMYK 0 0.82 0.77 0.14
HSL 356.33º 0.71% 0.51% -
HSV(B) 356.33º 0.82% 0.86% -
XYZ 30.51 16.74 4.64 -
YUV 94.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 219 39 50 0 0.82 0.77 0.14 356.33 0.71 0.51
Hex DB 27 32 0 52 4D E 164 47 33
Octal 333 47 62 0 122 115 16 544 107 63
Binary 11011011 100111 110010 0 1010010 1001101 1110 101100100 1000111 110011

Color Harmonies of #DB2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2732

Black with #DB2732

Text Example


Text Example

White with #DB2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2732; }

 p { color: rgb(219,39,50); }

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

background-color css

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

 a { background-color: rgb(219,39,50); }

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

border-color css

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

 span { border-color: rgb(219,39,50); }

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