Html Css Color HEX #DB2838 Alizarin

📋 copy color: '#DB2838'

red 219 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #DB2838

Tints of Alizarin #DB2838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

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

R = 69.52%
G = 12.7%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB2838 (or 0xDB2838) is known color: Alizarin. HEX triplet: DB, 28 and 38. RGB value is (219,40,56). Sum of RGB (Red+Green+Blue) = 219+40+56=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2838 is #24D7C7. Grayscale: #5F5F5F. Windows color (decimal): -2414536 or 3680475. OLE color: 3680475.

HSL color Cylindrical-coordinate representation of color #DB2838: hue angle of 354.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2838 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 56 -
CMYK 0 0.82 0.74 0.14
HSL 354.64º 0.71% 0.51% -
HSV(B) 354.64º 0.82% 0.86% -
XYZ 30.69 16.86 5.38 -
YUV 95.35 105.8 216.2 -
System Red Green Blue C M Y K H S L
Decimal 219 40 56 0 0.82 0.74 0.14 354.64 0.71 0.51
Hex DB 28 38 0 52 4A E 163 47 33
Octal 333 50 70 0 122 112 16 543 107 63
Binary 11011011 101000 111000 0 1010010 1001010 1110 101100011 1000111 110011

Color Harmonies of #DB2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2838

Black with #DB2838

Text Example


Text Example

White with #DB2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2838; }

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

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

background-color css

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

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

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

border-color css

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

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

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