Html Css Color HEX #DB3046 Amaranth

📋 copy color: '#DB3046'

red 219 ◦ green 48 ◦ blue 70

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

Shades of Amaranth #DB3046

Tints of Amaranth #DB3046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 64.99%
G = 14.24%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3046 (or 0xDB3046) is known color: Amaranth. HEX triplet: DB, 30 and 46. RGB value is (219,48,70). Sum of RGB (Red+Green+Blue) = 219+48+70=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3046 is #24CFB9. Grayscale: #656565. Windows color (decimal): -2412474 or 4600027. OLE color: 4600027.

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

Color convert

RGB 219 48 70 -
CMYK 0 0.78 0.68 0.14
HSL 352.28º 0.7% 0.52% -
HSV(B) 352.28º 0.78% 0.86% -
XYZ 31.38 17.62 7.54 -
YUV 101.64 110.15 211.71 -
System Red Green Blue C M Y K H S L
Decimal 219 48 70 0 0.78 0.68 0.14 352.28 0.7 0.52
Hex DB 30 46 0 4E 44 E 160 46 34
Octal 333 60 106 0 116 104 16 540 106 64
Binary 11011011 110000 1000110 0 1001110 1000100 1110 101100000 1000110 110100

Color Harmonies of #DB3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3046

Black with #DB3046

Text Example


Text Example

White with #DB3046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3046; }

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

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

background-color css

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

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

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

border-color css

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

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

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