Html Css Color HEX #DB2642 Alizarin

📋 copy color: '#DB2642'

red 219 ◦ green 38 ◦ blue 66

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

Shades of Alizarin #DB2642

Tints of Alizarin #DB2642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 67.8%
G = 11.76%
B = 20.43%

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

#DB2642 (or 0xDB2642) is known color: Alizarin. HEX triplet: DB, 26 and 42. RGB value is (219,38,66). Sum of RGB (Red+Green+Blue) = 219+38+66=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2642 is #24D9BD. Grayscale: #5F5F5F. Windows color (decimal): -2415038 or 4335323. OLE color: 4335323.

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

Color convert

RGB 219 38 66 -
CMYK 0 0.83 0.70 0.14
HSL 350.72º 0.72% 0.5% -
HSV(B) 350.72º 0.83% 0.86% -
XYZ 30.89 16.84 6.78 -
YUV 95.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 219 38 66 0 0.83 0.70 0.14 350.72 0.72 0.5
Hex DB 26 42 0 53 46 E 15F 48 32
Octal 333 46 102 0 123 106 16 537 110 62
Binary 11011011 100110 1000010 0 1010011 1000110 1110 101011111 1001000 110010

Color Harmonies of #DB2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2642

Black with #DB2642

Text Example


Text Example

White with #DB2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2642; }

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

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

background-color css

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

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

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

border-color css

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

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

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