Html Css Color HEX #DB2738 Alizarin

📋 copy color: '#DB2738'

red 219 ◦ green 39 ◦ blue 56

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

Shades of Alizarin #DB2738

Tints of Alizarin #DB2738

RGB

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

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

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

R = 69.75%
G = 12.42%
B = 17.83%

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

#DB2738 (or 0xDB2738) is known color: Alizarin. HEX triplet: DB, 27 and 38. RGB value is (219,39,56). Sum of RGB (Red+Green+Blue) = 219+39+56=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2738 is #24D8C7. Grayscale: #5E5E5E. Windows color (decimal): -2414792 or 3680219. OLE color: 3680219.

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

Color convert

RGB 219 39 56 -
CMYK 0 0.82 0.74 0.14
HSL 354.33º 0.71% 0.51% -
HSV(B) 354.33º 0.82% 0.86% -
XYZ 30.65 16.8 5.37 -
YUV 94.76 106.13 216.62 -
System Red Green Blue C M Y K H S L
Decimal 219 39 56 0 0.82 0.74 0.14 354.33 0.71 0.51
Hex DB 27 38 0 52 4A E 162 47 33
Octal 333 47 70 0 122 112 16 542 107 63
Binary 11011011 100111 111000 0 1010010 1001010 1110 101100010 1000111 110011

Color Harmonies of #DB2738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2738

Black with #DB2738

Text Example


Text Example

White with #DB2738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2738; }

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

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

background-color css

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

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

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

border-color css

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

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

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