Html Css Color HEX #DB3343 Alizarin

📋 copy color: '#DB3343'

red 219 ◦ green 51 ◦ blue 67

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

Shades of Alizarin #DB3343

Tints of Alizarin #DB3343

RGB

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

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

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

R = 64.99%
G = 15.13%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB3343 (or 0xDB3343) is known color: Alizarin. HEX triplet: DB, 33 and 43. RGB value is (219,51,67). Sum of RGB (Red+Green+Blue) = 219+51+67=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3343 is #24CCBC. Grayscale: #676767. Windows color (decimal): -2411709 or 4404187. OLE color: 4404187.

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

Color convert

RGB 219 51 67 -
CMYK 0 0.77 0.69 0.14
HSL 354.29º 0.7% 0.53% -
HSV(B) 354.29º 0.77% 0.86% -
XYZ 31.41 17.83 7.1 -
YUV 103.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 219 51 67 0 0.77 0.69 0.14 354.29 0.7 0.53
Hex DB 33 43 0 4D 45 E 162 46 35
Octal 333 63 103 0 115 105 16 542 106 65
Binary 11011011 110011 1000011 0 1001101 1000101 1110 101100010 1000110 110101

Color Harmonies of #DB3343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3343

Black with #DB3343

Text Example


Text Example

White with #DB3343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3343; }

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

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

background-color css

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

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

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

border-color css

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

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

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