Html Css Color HEX #DB3442 Alizarin

📋 copy color: '#DB3442'

red 219 ◦ green 52 ◦ blue 66

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

Shades of Alizarin #DB3442

Tints of Alizarin #DB3442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 64.99%
G = 15.43%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB3442 (or 0xDB3442) is known color: Alizarin. HEX triplet: DB, 34 and 42. RGB value is (219,52,66). Sum of RGB (Red+Green+Blue) = 219+52+66=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3442 is #24CBBD. Grayscale: #676767. Windows color (decimal): -2411454 or 4338907. OLE color: 4338907.

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

Color convert

RGB 219 52 66 -
CMYK 0 0.76 0.70 0.14
HSL 354.97º 0.7% 0.53% -
HSV(B) 354.97º 0.76% 0.86% -
XYZ 31.42 17.91 6.95 -
YUV 103.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 219 52 66 0 0.76 0.70 0.14 354.97 0.7 0.53
Hex DB 34 42 0 4C 46 E 163 46 35
Octal 333 64 102 0 114 106 16 543 106 65
Binary 11011011 110100 1000010 0 1001100 1000110 1110 101100011 1000110 110101

Color Harmonies of #DB3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3442

Black with #DB3442

Text Example


Text Example

White with #DB3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3442; }

 p { color: rgb(219,52,66); }

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

background-color css

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

 a { background-color: rgb(219,52,66); }

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

border-color css

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

 span { border-color: rgb(219,52,66); }

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