Html Css Color HEX #DB2634 Alizarin

📋 copy color: '#DB2634'

red 219 ◦ green 38 ◦ blue 52

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

Shades of Alizarin #DB2634

Tints of Alizarin #DB2634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

 BLUE value IS 52 (20.7% from 255) = 16.83%

R = 70.87%
G = 12.3%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB2634 (or 0xDB2634) is known color: Alizarin. HEX triplet: DB, 26 and 34. RGB value is (219,38,52). Sum of RGB (Red+Green+Blue) = 219+38+52=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2634 is #24D9CB. Grayscale: #5D5D5D. Windows color (decimal): -2415052 or 3417819. OLE color: 3417819.

HSL color Cylindrical-coordinate representation of color #DB2634: hue angle of 355.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2634 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 38 52 -
CMYK 0 0.83 0.76 0.14
HSL 355.36º 0.72% 0.5% -
HSV(B) 355.36º 0.83% 0.86% -
XYZ 30.53 16.69 4.86 -
YUV 93.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 219 38 52 0 0.83 0.76 0.14 355.36 0.72 0.5
Hex DB 26 34 0 53 4C E 163 48 32
Octal 333 46 64 0 123 114 16 543 110 62
Binary 11011011 100110 110100 0 1010011 1001100 1110 101100011 1001000 110010

Color Harmonies of #DB2634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2634

Black with #DB2634

Text Example


Text Example

White with #DB2634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2634; }

 p { color: rgb(219,38,52); }

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

background-color css

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

 a { background-color: rgb(219,38,52); }

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

border-color css

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

 span { border-color: rgb(219,38,52); }

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