Html Css Color HEX #DB1E2B Alizarin

📋 copy color: '#DB1E2B'

red 219 ◦ green 30 ◦ blue 43

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

Shades of Alizarin #DB1E2B

Tints of Alizarin #DB1E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 75%
G = 10.27%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB1E2B (or 0xDB1E2B) is known color: Alizarin. HEX triplet: DB, 1E and 2B. RGB value is (219,30,43). Sum of RGB (Red+Green+Blue) = 219+30+43=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1E2B is #24E1D4. Grayscale: #585858. Windows color (decimal): -2417109 or 2825947. OLE color: 2825947.

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

Color convert

RGB 219 30 43 -
CMYK 0 0.86 0.80 0.14
HSL 355.87º 0.76% 0.49% -
HSV(B) 355.87º 0.86% 0.86% -
XYZ 30.11 16.16 3.82 -
YUV 87.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 219 30 43 0 0.86 0.80 0.14 355.87 0.76 0.49
Hex DB 1E 2B 0 56 50 E 164 4C 31
Octal 333 36 53 0 126 120 16 544 114 61
Binary 11011011 11110 101011 0 1010110 1010000 1110 101100100 1001100 110001

Color Harmonies of #DB1E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1E2B

Black with #DB1E2B

Text Example


Text Example

White with #DB1E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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