Html Css Color HEX #DB293B Alizarin

📋 copy color: '#DB293B'

red 219 ◦ green 41 ◦ blue 59

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

Shades of Alizarin #DB293B

Tints of Alizarin #DB293B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 68.65%
G = 12.85%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB293B (or 0xDB293B) is known color: Alizarin. HEX triplet: DB, 29 and 3B. RGB value is (219,41,59). Sum of RGB (Red+Green+Blue) = 219+41+59=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB293B is #24D6C4. Grayscale: #606060. Windows color (decimal): -2414277 or 3877339. OLE color: 3877339.

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

Color convert

RGB 219 41 59 -
CMYK 0 0.81 0.73 0.14
HSL 353.93º 0.71% 0.51% -
HSV(B) 353.93º 0.81% 0.86% -
XYZ 30.8 16.96 5.79 -
YUV 96.27 106.97 215.54 -
System Red Green Blue C M Y K H S L
Decimal 219 41 59 0 0.81 0.73 0.14 353.93 0.71 0.51
Hex DB 29 3B 0 51 49 E 162 47 33
Octal 333 51 73 0 121 111 16 542 107 63
Binary 11011011 101001 111011 0 1010001 1001001 1110 101100010 1000111 110011

Color Harmonies of #DB293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB293B

Black with #DB293B

Text Example


Text Example

White with #DB293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB293B; }

 p { color: rgb(219,41,59); }

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

background-color css

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

 a { background-color: rgb(219,41,59); }

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

border-color css

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

 span { border-color: rgb(219,41,59); }

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