Html Css Color HEX #DB3042 Alizarin

📋 copy color: '#DB3042'

red 219 ◦ green 48 ◦ blue 66

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

Shades of Alizarin #DB3042

Tints of Alizarin #DB3042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 65.77%
G = 14.41%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB3042 (or 0xDB3042) is known color: Alizarin. HEX triplet: DB, 30 and 42. RGB value is (219,48,66). Sum of RGB (Red+Green+Blue) = 219+48+66=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3042 is #24CFBD. Grayscale: #656565. Windows color (decimal): -2412478 or 4337883. OLE color: 4337883.

HSL color Cylindrical-coordinate representation of color #DB3042: hue angle of 353.68º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3042 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 48 66 -
CMYK 0 0.78 0.70 0.14
HSL 353.68º 0.7% 0.52% -
HSV(B) 353.68º 0.78% 0.86% -
XYZ 31.25 17.57 6.9 -
YUV 101.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 219 48 66 0 0.78 0.70 0.14 353.68 0.7 0.52
Hex DB 30 42 0 4E 46 E 162 46 34
Octal 333 60 102 0 116 106 16 542 106 64
Binary 11011011 110000 1000010 0 1001110 1000110 1110 101100010 1000110 110100

Color Harmonies of #DB3042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3042

Black with #DB3042

Text Example


Text Example

White with #DB3042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3042; }

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

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

background-color css

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

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

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

border-color css

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

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

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