Html Css Color HEX #DB2443 Alizarin

📋 copy color: '#DB2443'

red 219 ◦ green 36 ◦ blue 67

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

Shades of Alizarin #DB2443

Tints of Alizarin #DB2443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 67 (26.56% from 255) = 20.81%

R = 68.01%
G = 11.18%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB2443 (or 0xDB2443) is known color: Alizarin. HEX triplet: DB, 24 and 43. RGB value is (219,36,67). Sum of RGB (Red+Green+Blue) = 219+36+67=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2443 is #24DBBC. Grayscale: #5E5E5E. Windows color (decimal): -2415549 or 4400347. OLE color: 4400347.

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

Color convert

RGB 219 36 67 -
CMYK 0 0.84 0.69 0.14
HSL 349.84º 0.72% 0.5% -
HSV(B) 349.84º 0.84% 0.86% -
XYZ 30.86 16.73 6.91 -
YUV 94.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 219 36 67 0 0.84 0.69 0.14 349.84 0.72 0.5
Hex DB 24 43 0 54 45 E 15E 48 32
Octal 333 44 103 0 124 105 16 536 110 62
Binary 11011011 100100 1000011 0 1010100 1000101 1110 101011110 1001000 110010

Color Harmonies of #DB2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2443

Black with #DB2443

Text Example


Text Example

White with #DB2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2443; }

 p { color: rgb(219,36,67); }

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

background-color css

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

 a { background-color: rgb(219,36,67); }

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

border-color css

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

 span { border-color: rgb(219,36,67); }

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