Html Css Color HEX #DB2B33 Alizarin

📋 copy color: '#DB2B33'

red 219 ◦ green 43 ◦ blue 51

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

Shades of Alizarin #DB2B33

Tints of Alizarin #DB2B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.74%

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

R = 69.97%
G = 13.74%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB2B33 (or 0xDB2B33) is known color: Alizarin. HEX triplet: DB, 2B and 33. RGB value is (219,43,51). Sum of RGB (Red+Green+Blue) = 219+43+51=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B33 is #24D4CC. Grayscale: #606060. Windows color (decimal): -2413773 or 3353563. OLE color: 3353563.

HSL color Cylindrical-coordinate representation of color #DB2B33: hue angle of 357.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B33 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 43 51 -
CMYK 0 0.80 0.77 0.14
HSL 357.27º 0.71% 0.51% -
HSV(B) 357.27º 0.8% 0.86% -
XYZ 30.67 17.03 4.8 -
YUV 96.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 219 43 51 0 0.80 0.77 0.14 357.27 0.71 0.51
Hex DB 2B 33 0 50 4D E 165 47 33
Octal 333 53 63 0 120 115 16 545 107 63
Binary 11011011 101011 110011 0 1010000 1001101 1110 101100101 1000111 110011

Color Harmonies of #DB2B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B33

Black with #DB2B33

Text Example


Text Example

White with #DB2B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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