Html Css Color HEX #DB2942 Alizarin

📋 copy color: '#DB2942'

red 219 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #DB2942

Tints of Alizarin #DB2942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

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

R = 67.18%
G = 12.58%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB2942 (or 0xDB2942) is known color: Alizarin. HEX triplet: DB, 29 and 42. RGB value is (219,41,66). Sum of RGB (Red+Green+Blue) = 219+41+66=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2942 is #24D6BD. Grayscale: #616161. Windows color (decimal): -2414270 or 4336091. OLE color: 4336091.

HSL color Cylindrical-coordinate representation of color #DB2942: hue angle of 351.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2942 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 41 66 -
CMYK 0 0.81 0.70 0.14
HSL 351.57º 0.71% 0.51% -
HSV(B) 351.57º 0.81% 0.86% -
XYZ 30.99 17.04 6.81 -
YUV 97.07 110.47 214.97 -
System Red Green Blue C M Y K H S L
Decimal 219 41 66 0 0.81 0.70 0.14 351.57 0.71 0.51
Hex DB 29 42 0 51 46 E 160 47 33
Octal 333 51 102 0 121 106 16 540 107 63
Binary 11011011 101001 1000010 0 1010001 1000110 1110 101100000 1000111 110011

Color Harmonies of #DB2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2942

Black with #DB2942

Text Example


Text Example

White with #DB2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2942; }

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

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

background-color css

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

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

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

border-color css

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

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

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