Html Css Color HEX #DB2B41 Alizarin

📋 copy color: '#DB2B41'

red 219 ◦ green 43 ◦ blue 65

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

Shades of Alizarin #DB2B41

Tints of Alizarin #DB2B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 66.97%
G = 13.15%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB2B41 (or 0xDB2B41) is known color: Alizarin. HEX triplet: DB, 2B and 41. RGB value is (219,43,65). Sum of RGB (Red+Green+Blue) = 219+43+65=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B41 is #24D4BE. Grayscale: #626262. Windows color (decimal): -2413759 or 4271067. OLE color: 4271067.

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

Color convert

RGB 219 43 65 -
CMYK 0 0.80 0.70 0.14
HSL 352.5º 0.71% 0.51% -
HSV(B) 352.5º 0.8% 0.86% -
XYZ 31.03 17.17 6.68 -
YUV 98.13 109.31 214.21 -
System Red Green Blue C M Y K H S L
Decimal 219 43 65 0 0.80 0.70 0.14 352.5 0.71 0.51
Hex DB 2B 41 0 50 46 E 160 47 33
Octal 333 53 101 0 120 106 16 540 107 63
Binary 11011011 101011 1000001 0 1010000 1000110 1110 101100000 1000111 110011

Color Harmonies of #DB2B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B41

Black with #DB2B41

Text Example


Text Example

White with #DB2B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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