Html Css Color HEX #DB2128 Alizarin

📋 copy color: '#DB2128'

red 219 ◦ green 33 ◦ blue 40

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

Shades of Alizarin #DB2128

Tints of Alizarin #DB2128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 75%
G = 11.3%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB2128 (or 0xDB2128) is known color: Alizarin. HEX triplet: DB, 21 and 28. RGB value is (219,33,40). Sum of RGB (Red+Green+Blue) = 219+33+40=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2128 is #24DED7. Grayscale: #595959. Windows color (decimal): -2416344 or 2630107. OLE color: 2630107.

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

Color convert

RGB 219 33 40 -
CMYK 0 0.85 0.82 0.14
HSL 357.74º 0.74% 0.49% -
HSV(B) 357.74º 0.85% 0.86% -
XYZ 30.14 16.3 3.57 -
YUV 89.41 100.12 220.43 -
System Red Green Blue C M Y K H S L
Decimal 219 33 40 0 0.85 0.82 0.14 357.74 0.74 0.49
Hex DB 21 28 0 55 52 E 166 4A 31
Octal 333 41 50 0 125 122 16 546 112 61
Binary 11011011 100001 101000 0 1010101 1010010 1110 101100110 1001010 110001

Color Harmonies of #DB2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2128

Black with #DB2128

Text Example


Text Example

White with #DB2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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