Html Css Color HEX #DB3540 Alizarin

📋 copy color: '#DB3540'

red 219 ◦ green 53 ◦ blue 64

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

Shades of Alizarin #DB3540

Tints of Alizarin #DB3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

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

R = 65.18%
G = 15.77%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB3540 (or 0xDB3540) is known color: Alizarin. HEX triplet: DB, 35 and 40. RGB value is (219,53,64). Sum of RGB (Red+Green+Blue) = 219+53+64=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3540 is #24CABF. Grayscale: #686868. Windows color (decimal): -2411200 or 4208091. OLE color: 4208091.

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

Color convert

RGB 219 53 64 -
CMYK 0 0.76 0.71 0.14
HSL 356.02º 0.7% 0.53% -
HSV(B) 356.02º 0.76% 0.86% -
XYZ 31.41 17.98 6.66 -
YUV 103.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 219 53 64 0 0.76 0.71 0.14 356.02 0.7 0.53
Hex DB 35 40 0 4C 47 E 164 46 35
Octal 333 65 100 0 114 107 16 544 106 65
Binary 11011011 110101 1000000 0 1001100 1000111 1110 101100100 1000110 110101

Color Harmonies of #DB3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3540

Black with #DB3540

Text Example


Text Example

White with #DB3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3540; }

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

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

background-color css

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

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

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

border-color css

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

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

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