Html Css Color HEX #DB2A42 Alizarin

📋 copy color: '#DB2A42'

red 219 ◦ green 42 ◦ blue 66

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

Shades of Alizarin #DB2A42

Tints of Alizarin #DB2A42

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.84%

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

R = 66.97%
G = 12.84%
B = 20.18%

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

#DB2A42 (or 0xDB2A42) is known color: Alizarin. HEX triplet: DB, 2A and 42. RGB value is (219,42,66). Sum of RGB (Red+Green+Blue) = 219+42+66=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A42 is #24D5BD. Grayscale: #616161. Windows color (decimal): -2414014 or 4336347. OLE color: 4336347.

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

Color convert

RGB 219 42 66 -
CMYK 0 0.81 0.70 0.14
HSL 351.86º 0.71% 0.51% -
HSV(B) 351.86º 0.81% 0.86% -
XYZ 31.02 17.11 6.82 -
YUV 97.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 219 42 66 0 0.81 0.70 0.14 351.86 0.71 0.51
Hex DB 2A 42 0 51 46 E 160 47 33
Octal 333 52 102 0 121 106 16 540 107 63
Binary 11011011 101010 1000010 0 1010001 1000110 1110 101100000 1000111 110011

Color Harmonies of #DB2A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2A42

Black with #DB2A42

Text Example


Text Example

White with #DB2A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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