Html Css Color HEX #DB2639 Alizarin

📋 copy color: '#DB2639'

red 219 ◦ green 38 ◦ blue 57

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

Shades of Alizarin #DB2639

Tints of Alizarin #DB2639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.15%

R = 69.75%
G = 12.1%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB2639 (or 0xDB2639) is known color: Alizarin. HEX triplet: DB, 26 and 39. RGB value is (219,38,57). Sum of RGB (Red+Green+Blue) = 219+38+57=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2639 is #24D9C6. Grayscale: #5E5E5E. Windows color (decimal): -2415047 or 3745499. OLE color: 3745499.

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

Color convert

RGB 219 38 57 -
CMYK 0 0.83 0.74 0.14
HSL 353.7º 0.72% 0.5% -
HSV(B) 353.7º 0.83% 0.86% -
XYZ 30.65 16.74 5.49 -
YUV 94.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 219 38 57 0 0.83 0.74 0.14 353.7 0.72 0.5
Hex DB 26 39 0 53 4A E 162 48 32
Octal 333 46 71 0 123 112 16 542 110 62
Binary 11011011 100110 111001 0 1010011 1001010 1110 101100010 1001000 110010

Color Harmonies of #DB2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2639

Black with #DB2639

Text Example


Text Example

White with #DB2639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2639; }

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

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

background-color css

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

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

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

border-color css

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

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

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