Html Css Color HEX #DB1D2D Alizarin

📋 copy color: '#DB1D2D'

red 219 ◦ green 29 ◦ blue 45

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

Shades of Alizarin #DB1D2D

Tints of Alizarin #DB1D2D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.9%

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 74.74%
G = 9.9%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB1D2D (or 0xDB1D2D) is known color: Alizarin. HEX triplet: DB, 1D and 2D. RGB value is (219,29,45). Sum of RGB (Red+Green+Blue) = 219+29+45=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1D2D is #24E2D2. Grayscale: #575757. Windows color (decimal): -2417363 or 2956763. OLE color: 2956763.

HSL color Cylindrical-coordinate representation of color #DB1D2D: hue angle of 354.95º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D2D is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 29 45 -
CMYK 0 0.87 0.79 0.14
HSL 354.95º 0.77% 0.49% -
HSV(B) 354.95º 0.87% 0.86% -
XYZ 30.13 16.13 4.01 -
YUV 87.63 103.95 221.7 -
System Red Green Blue C M Y K H S L
Decimal 219 29 45 0 0.87 0.79 0.14 354.95 0.77 0.49
Hex DB 1D 2D 0 57 4F E 163 4D 31
Octal 333 35 55 0 127 117 16 543 115 61
Binary 11011011 11101 101101 0 1010111 1001111 1110 101100011 1001101 110001

Color Harmonies of #DB1D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1D2D

Black with #DB1D2D

Text Example


Text Example

White with #DB1D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1D2D; }

 p { color: rgb(219,29,45); }

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

background-color css

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

 a { background-color: rgb(219,29,45); }

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

border-color css

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

 span { border-color: rgb(219,29,45); }

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