Html Css Color HEX #DB2632 Alizarin

📋 copy color: '#DB2632'

red 219 ◦ green 38 ◦ blue 50

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

Shades of Alizarin #DB2632

Tints of Alizarin #DB2632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

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

R = 71.34%
G = 12.38%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB2632 (or 0xDB2632) is known color: Alizarin. HEX triplet: DB, 26 and 32. RGB value is (219,38,50). Sum of RGB (Red+Green+Blue) = 219+38+50=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2632 is #24D9CD. Grayscale: #5D5D5D. Windows color (decimal): -2415054 or 3286747. OLE color: 3286747.

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

Color convert

RGB 219 38 50 -
CMYK 0 0.83 0.77 0.14
HSL 356.02º 0.72% 0.5% -
HSV(B) 356.02º 0.83% 0.86% -
XYZ 30.48 16.68 4.63 -
YUV 93.49 103.47 217.52 -
System Red Green Blue C M Y K H S L
Decimal 219 38 50 0 0.83 0.77 0.14 356.02 0.72 0.5
Hex DB 26 32 0 53 4D E 164 48 32
Octal 333 46 62 0 123 115 16 544 110 62
Binary 11011011 100110 110010 0 1010011 1001101 1110 101100100 1001000 110010

Color Harmonies of #DB2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2632

Black with #DB2632

Text Example


Text Example

White with #DB2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2632; }

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

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

background-color css

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

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

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

border-color css

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

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

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