Html Css Color HEX #DB2641 Alizarin

📋 copy color: '#DB2641'

red 219 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #DB2641

Tints of Alizarin #DB2641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 68.01%
G = 11.8%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB2641 (or 0xDB2641) is known color: Alizarin. HEX triplet: DB, 26 and 41. RGB value is (219,38,65). Sum of RGB (Red+Green+Blue) = 219+38+65=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2641 is #24D9BE. Grayscale: #5F5F5F. Windows color (decimal): -2415039 or 4269787. OLE color: 4269787.

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

Color convert

RGB 219 38 65 -
CMYK 0 0.83 0.70 0.14
HSL 351.05º 0.72% 0.5% -
HSV(B) 351.05º 0.83% 0.86% -
XYZ 30.86 16.83 6.62 -
YUV 95.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 219 38 65 0 0.83 0.70 0.14 351.05 0.72 0.5
Hex DB 26 41 0 53 46 E 15F 48 32
Octal 333 46 101 0 123 106 16 537 110 62
Binary 11011011 100110 1000001 0 1010011 1000110 1110 101011111 1001000 110010

Color Harmonies of #DB2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2641

Black with #DB2641

Text Example


Text Example

White with #DB2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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