Html Css Color HEX #DB2739 Alizarin

📋 copy color: '#DB2739'

red 219 ◦ green 39 ◦ blue 57

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

Shades of Alizarin #DB2739

Tints of Alizarin #DB2739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

 BLUE value IS 57 (22.66% from 255) = 18.1%

R = 69.52%
G = 12.38%
B = 18.1%

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

#DB2739 (or 0xDB2739) is known color: Alizarin. HEX triplet: DB, 27 and 39. RGB value is (219,39,57). Sum of RGB (Red+Green+Blue) = 219+39+57=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2739 is #24D8C6. Grayscale: #5E5E5E. Windows color (decimal): -2414791 or 3745755. OLE color: 3745755.

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

Color convert

RGB 219 39 57 -
CMYK 0 0.82 0.74 0.14
HSL 354º 0.71% 0.51% -
HSV(B) 354º 0.82% 0.86% -
XYZ 30.68 16.81 5.5 -
YUV 94.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 219 39 57 0 0.82 0.74 0.14 354 0.71 0.51
Hex DB 27 39 0 52 4A E 162 47 33
Octal 333 47 71 0 122 112 16 542 107 63
Binary 11011011 100111 111001 0 1010010 1001010 1110 101100010 1000111 110011

Color Harmonies of #DB2739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2739

Black with #DB2739

Text Example


Text Example

White with #DB2739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2739; }

 p { color: rgb(219,39,57); }

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

background-color css

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

 a { background-color: rgb(219,39,57); }

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

border-color css

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

 span { border-color: rgb(219,39,57); }

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