Html Css Color HEX #DB192C Alizarin

📋 copy color: '#DB192C'

red 219 ◦ green 25 ◦ blue 44

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

Shades of Alizarin #DB192C

Tints of Alizarin #DB192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 76.04%
G = 8.68%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB192C (or 0xDB192C) is known color: Alizarin. HEX triplet: DB, 19 and 2C. RGB value is (219,25,44). Sum of RGB (Red+Green+Blue) = 219+25+44=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB192C is #24E6D3. Grayscale: #555555. Windows color (decimal): -2418388 or 2890203. OLE color: 2890203.

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

Color convert

RGB 219 25 44 -
CMYK 0 0.89 0.80 0.14
HSL 354.12º 0.8% 0.48% -
HSV(B) 354.12º 0.89% 0.86% -
XYZ 30.02 15.94 3.88 -
YUV 85.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 219 25 44 0 0.89 0.80 0.14 354.12 0.8 0.48
Hex DB 19 2C 0 59 50 E 162 50 30
Octal 333 31 54 0 131 120 16 542 120 60
Binary 11011011 11001 101100 0 1011001 1010000 1110 101100010 1010000 110000

Color Harmonies of #DB192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB192C

Black with #DB192C

Text Example


Text Example

White with #DB192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB192C; }

 p { color: rgb(219,25,44); }

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

background-color css

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

 a { background-color: rgb(219,25,44); }

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

border-color css

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

 span { border-color: rgb(219,25,44); }

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