Html Css Color HEX #DB3642 Alizarin

📋 copy color: '#DB3642'

red 219 ◦ green 54 ◦ blue 66

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

Shades of Alizarin #DB3642

Tints of Alizarin #DB3642

RGB

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

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

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

R = 64.6%
G = 15.93%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB3642 (or 0xDB3642) is known color: Alizarin. HEX triplet: DB, 36 and 42. RGB value is (219,54,66). Sum of RGB (Red+Green+Blue) = 219+54+66=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3642 is #24C9BD. Grayscale: #686868. Windows color (decimal): -2410942 or 4339419. OLE color: 4339419.

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

Color convert

RGB 219 54 66 -
CMYK 0 0.75 0.70 0.14
HSL 355.64º 0.7% 0.54% -
HSV(B) 355.64º 0.75% 0.86% -
XYZ 31.52 18.09 6.99 -
YUV 104.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 219 54 66 0 0.75 0.70 0.14 355.64 0.7 0.54
Hex DB 36 42 0 4B 46 E 164 46 36
Octal 333 66 102 0 113 106 16 544 106 66
Binary 11011011 110110 1000010 0 1001011 1000110 1110 101100100 1000110 110110

Color Harmonies of #DB3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3642

Black with #DB3642

Text Example


Text Example

White with #DB3642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3642; }

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

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

background-color css

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

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

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

border-color css

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

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

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