Html Css Color HEX #DB3640 Alizarin

📋 copy color: '#DB3640'

red 219 ◦ green 54 ◦ blue 64

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

Shades of Alizarin #DB3640

Tints of Alizarin #DB3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

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

R = 64.99%
G = 16.02%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB3640 (or 0xDB3640) is known color: Alizarin. HEX triplet: DB, 36 and 40. RGB value is (219,54,64). Sum of RGB (Red+Green+Blue) = 219+54+64=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3640 is #24C9BF. Grayscale: #686868. Windows color (decimal): -2410944 or 4208347. OLE color: 4208347.

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

Color convert

RGB 219 54 64 -
CMYK 0 0.75 0.71 0.14
HSL 356.36º 0.7% 0.54% -
HSV(B) 356.36º 0.75% 0.86% -
XYZ 31.46 18.07 6.68 -
YUV 104.48 105.16 209.69 -
System Red Green Blue C M Y K H S L
Decimal 219 54 64 0 0.75 0.71 0.14 356.36 0.7 0.54
Hex DB 36 40 0 4B 47 E 164 46 36
Octal 333 66 100 0 113 107 16 544 106 66
Binary 11011011 110110 1000000 0 1001011 1000111 1110 101100100 1000110 110110

Color Harmonies of #DB3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3640

Black with #DB3640

Text Example


Text Example

White with #DB3640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3640; }

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

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

background-color css

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

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

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

border-color css

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

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

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