Html Css Color HEX #DB2B3A Alizarin

📋 copy color: '#DB2B3A'

red 219 ◦ green 43 ◦ blue 58

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

Shades of Alizarin #DB2B3A

Tints of Alizarin #DB2B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 68.44%
G = 13.44%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB2B3A (or 0xDB2B3A) is known color: Alizarin. HEX triplet: DB, 2B and 3A. RGB value is (219,43,58). Sum of RGB (Red+Green+Blue) = 219+43+58=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B3A is #24D4C5. Grayscale: #616161. Windows color (decimal): -2413766 or 3812315. OLE color: 3812315.

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

Color convert

RGB 219 43 58 -
CMYK 0 0.80 0.74 0.14
HSL 354.89º 0.71% 0.51% -
HSV(B) 354.89º 0.8% 0.86% -
XYZ 30.84 17.09 5.68 -
YUV 97.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 219 43 58 0 0.80 0.74 0.14 354.89 0.71 0.51
Hex DB 2B 3A 0 50 4A E 163 47 33
Octal 333 53 72 0 120 112 16 543 107 63
Binary 11011011 101011 111010 0 1010000 1001010 1110 101100011 1000111 110011

Color Harmonies of #DB2B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B3A

Black with #DB2B3A

Text Example


Text Example

White with #DB2B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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