Html Css Color HEX #DB3031 Alizarin

📋 copy color: '#DB3031'

red 219 ◦ green 48 ◦ blue 49

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

Shades of Alizarin #DB3031

Tints of Alizarin #DB3031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 69.3%
G = 15.19%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3031 (or 0xDB3031) is known color: Alizarin. HEX triplet: DB, 30 and 31. RGB value is (219,48,49). Sum of RGB (Red+Green+Blue) = 219+48+49=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3031 is #24CFCE. Grayscale: #636363. Windows color (decimal): -2412495 or 3223771. OLE color: 3223771.

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

Color convert

RGB 219 48 49 -
CMYK 0 0.78 0.78 0.14
HSL 359.65º 0.7% 0.52% -
HSV(B) 359.65º 0.78% 0.86% -
XYZ 30.82 17.4 4.64 -
YUV 99.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 219 48 49 0 0.78 0.78 0.14 359.65 0.7 0.52
Hex DB 30 31 0 4E 4E E 168 46 34
Octal 333 60 61 0 116 116 16 550 106 64
Binary 11011011 110000 110001 0 1001110 1001110 1110 101101000 1000110 110100

Color Harmonies of #DB3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3031

Black with #DB3031

Text Example


Text Example

White with #DB3031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3031; }

 p { color: rgb(219,48,49); }

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

background-color css

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

 a { background-color: rgb(219,48,49); }

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

border-color css

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

 span { border-color: rgb(219,48,49); }

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