Html Css Color HEX #DB2833 Alizarin

📋 copy color: '#DB2833'

red 219 ◦ green 40 ◦ blue 51

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

Shades of Alizarin #DB2833

Tints of Alizarin #DB2833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 70.65%
G = 12.9%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB2833 (or 0xDB2833) is known color: Alizarin. HEX triplet: DB, 28 and 33. RGB value is (219,40,51). Sum of RGB (Red+Green+Blue) = 219+40+51=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2833 is #24D7CC. Grayscale: #5E5E5E. Windows color (decimal): -2414541 or 3352795. OLE color: 3352795.

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

Color convert

RGB 219 40 51 -
CMYK 0 0.82 0.77 0.14
HSL 356.31º 0.71% 0.51% -
HSV(B) 356.31º 0.82% 0.86% -
XYZ 30.57 16.82 4.77 -
YUV 94.78 103.3 216.61 -
System Red Green Blue C M Y K H S L
Decimal 219 40 51 0 0.82 0.77 0.14 356.31 0.71 0.51
Hex DB 28 33 0 52 4D E 164 47 33
Octal 333 50 63 0 122 115 16 544 107 63
Binary 11011011 101000 110011 0 1010010 1001101 1110 101100100 1000111 110011

Color Harmonies of #DB2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2833

Black with #DB2833

Text Example


Text Example

White with #DB2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2833; }

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

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

background-color css

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

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

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

border-color css

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

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

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