Html Css Color HEX #DB2540 Alizarin

📋 copy color: '#DB2540'

red 219 ◦ green 37 ◦ blue 64

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

Shades of Alizarin #DB2540

Tints of Alizarin #DB2540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20%

R = 68.44%
G = 11.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB2540 (or 0xDB2540) is known color: Alizarin. HEX triplet: DB, 25 and 40. RGB value is (219,37,64). Sum of RGB (Red+Green+Blue) = 219+37+64=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2540 is #24DABF. Grayscale: #5E5E5E. Windows color (decimal): -2415296 or 4203995. OLE color: 4203995.

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

Color convert

RGB 219 37 64 -
CMYK 0 0.83 0.71 0.14
HSL 351.1º 0.72% 0.5% -
HSV(B) 351.1º 0.83% 0.86% -
XYZ 30.8 16.75 6.46 -
YUV 94.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 219 37 64 0 0.83 0.71 0.14 351.1 0.72 0.5
Hex DB 25 40 0 53 47 E 15F 48 32
Octal 333 45 100 0 123 107 16 537 110 62
Binary 11011011 100101 1000000 0 1010011 1000111 1110 101011111 1001000 110010

Color Harmonies of #DB2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2540

Black with #DB2540

Text Example


Text Example

White with #DB2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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