Html Css Color HEX #DB3241 Alizarin

📋 copy color: '#DB3241'

red 219 ◦ green 50 ◦ blue 65

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

Shades of Alizarin #DB3241

Tints of Alizarin #DB3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.97%

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 65.57%
G = 14.97%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB3241 (or 0xDB3241) is known color: Alizarin. HEX triplet: DB, 32 and 41. RGB value is (219,50,65). Sum of RGB (Red+Green+Blue) = 219+50+65=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3241 is #24CDBE. Grayscale: #666666. Windows color (decimal): -2411967 or 4272859. OLE color: 4272859.

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

Color convert

RGB 219 50 65 -
CMYK 0 0.77 0.70 0.14
HSL 354.67º 0.7% 0.53% -
HSV(B) 354.67º 0.77% 0.86% -
XYZ 31.31 17.72 6.77 -
YUV 102.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 219 50 65 0 0.77 0.70 0.14 354.67 0.7 0.53
Hex DB 32 41 0 4D 46 E 163 46 35
Octal 333 62 101 0 115 106 16 543 106 65
Binary 11011011 110010 1000001 0 1001101 1000110 1110 101100011 1000110 110101

Color Harmonies of #DB3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3241

Black with #DB3241

Text Example


Text Example

White with #DB3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3241; }

 p { color: rgb(219,50,65); }

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

background-color css

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

 a { background-color: rgb(219,50,65); }

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

border-color css

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

 span { border-color: rgb(219,50,65); }

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