Html Css Color HEX #DB3643 Alizarin

📋 copy color: '#DB3643'

red 219 ◦ green 54 ◦ blue 67

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

Shades of Alizarin #DB3643

Tints of Alizarin #DB3643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.71%

R = 64.41%
G = 15.88%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB3643 (or 0xDB3643) is known color: Alizarin. HEX triplet: DB, 36 and 43. RGB value is (219,54,67). Sum of RGB (Red+Green+Blue) = 219+54+67=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3643 is #24C9BC. Grayscale: #686868. Windows color (decimal): -2410941 or 4404955. OLE color: 4404955.

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

Color convert

RGB 219 54 67 -
CMYK 0 0.75 0.69 0.14
HSL 355.27º 0.7% 0.54% -
HSV(B) 355.27º 0.75% 0.86% -
XYZ 31.55 18.1 7.14 -
YUV 104.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 219 54 67 0 0.75 0.69 0.14 355.27 0.7 0.54
Hex DB 36 43 0 4B 45 E 163 46 36
Octal 333 66 103 0 113 105 16 543 106 66
Binary 11011011 110110 1000011 0 1001011 1000101 1110 101100011 1000110 110110

Color Harmonies of #DB3643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3643

Black with #DB3643

Text Example


Text Example

White with #DB3643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3643; }

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

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

background-color css

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

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

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

border-color css

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

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

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