Html Css Color HEX #DB3242 Alizarin

📋 copy color: '#DB3242'

red 219 ◦ green 50 ◦ blue 66

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

Shades of Alizarin #DB3242

Tints of Alizarin #DB3242

RGB

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

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

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

R = 65.37%
G = 14.93%
B = 19.7%

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

#DB3242 (or 0xDB3242) is known color: Alizarin. HEX triplet: DB, 32 and 42. RGB value is (219,50,66). Sum of RGB (Red+Green+Blue) = 219+50+66=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3242 is #24CDBD. Grayscale: #666666. Windows color (decimal): -2411966 or 4338395. OLE color: 4338395.

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

Color convert

RGB 219 50 66 -
CMYK 0 0.77 0.70 0.14
HSL 354.32º 0.7% 0.53% -
HSV(B) 354.32º 0.77% 0.86% -
XYZ 31.34 17.73 6.93 -
YUV 102.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 219 50 66 0 0.77 0.70 0.14 354.32 0.7 0.53
Hex DB 32 42 0 4D 46 E 162 46 35
Octal 333 62 102 0 115 106 16 542 106 65
Binary 11011011 110010 1000010 0 1001101 1000110 1110 101100010 1000110 110101

Color Harmonies of #DB3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3242

Black with #DB3242

Text Example


Text Example

White with #DB3242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3242; }

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

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

background-color css

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

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

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

border-color css

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

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

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