Html Css Color HEX #DB2138 Alizarin

📋 copy color: '#DB2138'

red 219 ◦ green 33 ◦ blue 56

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

Shades of Alizarin #DB2138

Tints of Alizarin #DB2138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 71.1%
G = 10.71%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB2138 (or 0xDB2138) is known color: Alizarin. HEX triplet: DB, 21 and 38. RGB value is (219,33,56). Sum of RGB (Red+Green+Blue) = 219+33+56=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2138 is #24DEC7. Grayscale: #5B5B5B. Windows color (decimal): -2416328 or 3678683. OLE color: 3678683.

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

Color convert

RGB 219 33 56 -
CMYK 0 0.85 0.74 0.14
HSL 352.58º 0.74% 0.49% -
HSV(B) 352.58º 0.85% 0.86% -
XYZ 30.47 16.43 5.31 -
YUV 91.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 219 33 56 0 0.85 0.74 0.14 352.58 0.74 0.49
Hex DB 21 38 0 55 4A E 161 4A 31
Octal 333 41 70 0 125 112 16 541 112 61
Binary 11011011 100001 111000 0 1010101 1001010 1110 101100001 1001010 110001

Color Harmonies of #DB2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2138

Black with #DB2138

Text Example


Text Example

White with #DB2138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2138; }

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

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

background-color css

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

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

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

border-color css

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

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

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