Html Css Color HEX #DB2B37 Alizarin

📋 copy color: '#DB2B37'

red 219 ◦ green 43 ◦ blue 55

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

Shades of Alizarin #DB2B37

Tints of Alizarin #DB2B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.35%

R = 69.09%
G = 13.56%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB2B37 (or 0xDB2B37) is known color: Alizarin. HEX triplet: DB, 2B and 37. RGB value is (219,43,55). Sum of RGB (Red+Green+Blue) = 219+43+55=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B37 is #24D4C8. Grayscale: #616161. Windows color (decimal): -2413769 or 3615707. OLE color: 3615707.

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

Color convert

RGB 219 43 55 -
CMYK 0 0.80 0.75 0.14
HSL 355.91º 0.71% 0.51% -
HSV(B) 355.91º 0.8% 0.86% -
XYZ 30.77 17.06 5.29 -
YUV 96.99 104.31 215.02 -
System Red Green Blue C M Y K H S L
Decimal 219 43 55 0 0.80 0.75 0.14 355.91 0.71 0.51
Hex DB 2B 37 0 50 4B E 164 47 33
Octal 333 53 67 0 120 113 16 544 107 63
Binary 11011011 101011 110111 0 1010000 1001011 1110 101100100 1000111 110011

Color Harmonies of #DB2B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B37

Black with #DB2B37

Text Example


Text Example

White with #DB2B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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