Html Css Color HEX #DB3A45 Amaranth

📋 copy color: '#DB3A45'

red 219 ◦ green 58 ◦ blue 69

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

Shades of Amaranth #DB3A45

Tints of Amaranth #DB3A45

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.76%

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 63.29%
G = 16.76%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3A45 (or 0xDB3A45) is known color: Amaranth. HEX triplet: DB, 3A and 45. RGB value is (219,58,69). Sum of RGB (Red+Green+Blue) = 219+58+69=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A45 is #24C5BA. Grayscale: #6B6B6B. Windows color (decimal): -2409915 or 4537051. OLE color: 4537051.

HSL color Cylindrical-coordinate representation of color #DB3A45: hue angle of 355.9º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3A45 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 69 -
CMYK 0 0.74 0.68 0.14
HSL 355.9º 0.69% 0.54% -
HSV(B) 355.9º 0.74% 0.86% -
XYZ 31.8 18.52 7.53 -
YUV 107.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 219 58 69 0 0.74 0.68 0.14 355.9 0.69 0.54
Hex DB 3A 45 0 4A 44 E 164 45 36
Octal 333 72 105 0 112 104 16 544 105 66
Binary 11011011 111010 1000101 0 1001010 1000100 1110 101100100 1000101 110110

Color Harmonies of #DB3A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A45

Black with #DB3A45

Text Example


Text Example

White with #DB3A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A45; }

 p { color: rgb(219,58,69); }

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

background-color css

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

 a { background-color: rgb(219,58,69); }

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

border-color css

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

 span { border-color: rgb(219,58,69); }

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