Html Css Color HEX #DB2442 Alizarin

📋 copy color: '#DB2442'

red 219 ◦ green 36 ◦ blue 66

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

Shades of Alizarin #DB2442

Tints of Alizarin #DB2442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

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

R = 68.22%
G = 11.21%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB2442 (or 0xDB2442) is known color: Alizarin. HEX triplet: DB, 24 and 42. RGB value is (219,36,66). Sum of RGB (Red+Green+Blue) = 219+36+66=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2442 is #24DBBD. Grayscale: #5E5E5E. Windows color (decimal): -2415550 or 4334811. OLE color: 4334811.

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

Color convert

RGB 219 36 66 -
CMYK 0 0.84 0.70 0.14
HSL 350.16º 0.72% 0.5% -
HSV(B) 350.16º 0.84% 0.86% -
XYZ 30.83 16.72 6.76 -
YUV 94.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 219 36 66 0 0.84 0.70 0.14 350.16 0.72 0.5
Hex DB 24 42 0 54 46 E 15E 48 32
Octal 333 44 102 0 124 106 16 536 110 62
Binary 11011011 100100 1000010 0 1010100 1000110 1110 101011110 1001000 110010

Color Harmonies of #DB2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2442

Black with #DB2442

Text Example


Text Example

White with #DB2442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2442; }

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

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

background-color css

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

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

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

border-color css

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

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

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