Html Css Color HEX #DB2527 Alizarin

📋 copy color: '#DB2527'

red 219 ◦ green 37 ◦ blue 39

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

Shades of Alizarin #DB2527

Tints of Alizarin #DB2527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 74.24%
G = 12.54%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB2527 (or 0xDB2527) is known color: Alizarin. HEX triplet: DB, 25 and 27. RGB value is (219,37,39). Sum of RGB (Red+Green+Blue) = 219+37+39=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2527 is #24DAD8. Grayscale: #5B5B5B. Windows color (decimal): -2415321 or 2565595. OLE color: 2565595.

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

Color convert

RGB 219 37 39 -
CMYK 0 0.83 0.82 0.14
HSL 359.34º 0.72% 0.5% -
HSV(B) 359.34º 0.83% 0.86% -
XYZ 30.24 16.53 3.52 -
YUV 91.65 98.3 218.84 -
System Red Green Blue C M Y K H S L
Decimal 219 37 39 0 0.83 0.82 0.14 359.34 0.72 0.5
Hex DB 25 27 0 53 52 E 167 48 32
Octal 333 45 47 0 123 122 16 547 110 62
Binary 11011011 100101 100111 0 1010011 1010010 1110 101100111 1001000 110010

Color Harmonies of #DB2527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2527

Black with #DB2527

Text Example


Text Example

White with #DB2527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2527; }

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

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

background-color css

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

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

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

border-color css

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

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

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