Html Css Color HEX #DB3340 Alizarin

📋 copy color: '#DB3340'

red 219 ◦ green 51 ◦ blue 64

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

Shades of Alizarin #DB3340

Tints of Alizarin #DB3340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 65.57%
G = 15.27%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB3340 (or 0xDB3340) is known color: Alizarin. HEX triplet: DB, 33 and 40. RGB value is (219,51,64). Sum of RGB (Red+Green+Blue) = 219+51+64=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3340 is #24CCBF. Grayscale: #666666. Windows color (decimal): -2411712 or 4207579. OLE color: 4207579.

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

Color convert

RGB 219 51 64 -
CMYK 0 0.77 0.71 0.14
HSL 355.36º 0.7% 0.53% -
HSV(B) 355.36º 0.77% 0.86% -
XYZ 31.32 17.8 6.63 -
YUV 102.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 219 51 64 0 0.77 0.71 0.14 355.36 0.7 0.53
Hex DB 33 40 0 4D 47 E 163 46 35
Octal 333 63 100 0 115 107 16 543 106 65
Binary 11011011 110011 1000000 0 1001101 1000111 1110 101100011 1000110 110101

Color Harmonies of #DB3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3340

Black with #DB3340

Text Example


Text Example

White with #DB3340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3340; }

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

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

background-color css

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

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

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

border-color css

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

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

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