Html Css Color HEX #DB2938 Alizarin

📋 copy color: '#DB2938'

red 219 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #DB2938

Tints of Alizarin #DB2938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.72%

R = 69.3%
G = 12.97%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB2938 (or 0xDB2938) is known color: Alizarin. HEX triplet: DB, 29 and 38. RGB value is (219,41,56). Sum of RGB (Red+Green+Blue) = 219+41+56=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2938 is #24D6C7. Grayscale: #606060. Windows color (decimal): -2414280 or 3680731. OLE color: 3680731.

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

Color convert

RGB 219 41 56 -
CMYK 0 0.81 0.74 0.14
HSL 354.94º 0.71% 0.51% -
HSV(B) 354.94º 0.81% 0.86% -
XYZ 30.72 16.93 5.39 -
YUV 95.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 219 41 56 0 0.81 0.74 0.14 354.94 0.71 0.51
Hex DB 29 38 0 51 4A E 163 47 33
Octal 333 51 70 0 121 112 16 543 107 63
Binary 11011011 101001 111000 0 1010001 1001010 1110 101100011 1000111 110011

Color Harmonies of #DB2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2938

Black with #DB2938

Text Example


Text Example

White with #DB2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2938; }

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

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

background-color css

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

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

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

border-color css

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

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

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