Html Css Color HEX #DB2842 Alizarin

📋 copy color: '#DB2842'

red 219 ◦ green 40 ◦ blue 66

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

Shades of Alizarin #DB2842

Tints of Alizarin #DB2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

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

R = 67.38%
G = 12.31%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB2842 (or 0xDB2842) is known color: Alizarin. HEX triplet: DB, 28 and 42. RGB value is (219,40,66). Sum of RGB (Red+Green+Blue) = 219+40+66=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2842 is #24D7BD. Grayscale: #606060. Windows color (decimal): -2414526 or 4335835. OLE color: 4335835.

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

Color convert

RGB 219 40 66 -
CMYK 0 0.82 0.70 0.14
HSL 351.28º 0.71% 0.51% -
HSV(B) 351.28º 0.82% 0.86% -
XYZ 30.96 16.97 6.8 -
YUV 96.49 110.8 215.39 -
System Red Green Blue C M Y K H S L
Decimal 219 40 66 0 0.82 0.70 0.14 351.28 0.71 0.51
Hex DB 28 42 0 52 46 E 15F 47 33
Octal 333 50 102 0 122 106 16 537 107 63
Binary 11011011 101000 1000010 0 1010010 1000110 1110 101011111 1000111 110011

Color Harmonies of #DB2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2842

Black with #DB2842

Text Example


Text Example

White with #DB2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2842; }

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

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

background-color css

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

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

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

border-color css

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

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

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