Html Css Color HEX #DB2640 Alizarin

📋 copy color: '#DB2640'

red 219 ◦ green 38 ◦ blue 64

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

Shades of Alizarin #DB2640

Tints of Alizarin #DB2640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 68.22%
G = 11.84%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB2640 (or 0xDB2640) is known color: Alizarin. HEX triplet: DB, 26 and 40. RGB value is (219,38,64). Sum of RGB (Red+Green+Blue) = 219+38+64=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2640 is #24D9BF. Grayscale: #5F5F5F. Windows color (decimal): -2415040 or 4204251. OLE color: 4204251.

HSL color Cylindrical-coordinate representation of color #DB2640: hue angle of 351.38º 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 #DB2640 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 38 64 -
CMYK 0 0.83 0.71 0.14
HSL 351.38º 0.72% 0.5% -
HSV(B) 351.38º 0.83% 0.86% -
XYZ 30.83 16.82 6.47 -
YUV 95.08 110.47 216.39 -
System Red Green Blue C M Y K H S L
Decimal 219 38 64 0 0.83 0.71 0.14 351.38 0.72 0.5
Hex DB 26 40 0 53 47 E 15F 48 32
Octal 333 46 100 0 123 107 16 537 110 62
Binary 11011011 100110 1000000 0 1010011 1000111 1110 101011111 1001000 110010

Color Harmonies of #DB2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2640

Black with #DB2640

Text Example


Text Example

White with #DB2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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