Html Css Color HEX #DB292E Alizarin

📋 copy color: '#DB292E'

red 219 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #DB292E

Tints of Alizarin #DB292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 71.57%
G = 13.4%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB292E (or 0xDB292E) is known color: Alizarin. HEX triplet: DB, 29 and 2E. RGB value is (219,41,46). Sum of RGB (Red+Green+Blue) = 219+41+46=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB292E is #24D6D1. Grayscale: #5E5E5E. Windows color (decimal): -2414290 or 3025371. OLE color: 3025371.

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

Color convert

RGB 219 41 46 -
CMYK 0 0.81 0.79 0.14
HSL 358.31º 0.71% 0.51% -
HSV(B) 358.31º 0.81% 0.86% -
XYZ 30.5 16.84 4.23 -
YUV 94.79 100.47 216.59 -
System Red Green Blue C M Y K H S L
Decimal 219 41 46 0 0.81 0.79 0.14 358.31 0.71 0.51
Hex DB 29 2E 0 51 4F E 166 47 33
Octal 333 51 56 0 121 117 16 546 107 63
Binary 11011011 101001 101110 0 1010001 1001111 1110 101100110 1000111 110011

Color Harmonies of #DB292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB292E

Black with #DB292E

Text Example


Text Example

White with #DB292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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