Html Css Color HEX #DB2F45 Amaranth

📋 copy color: '#DB2F45'

red 219 ◦ green 47 ◦ blue 69

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

Shades of Amaranth #DB2F45

Tints of Amaranth #DB2F45

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

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

R = 65.37%
G = 14.03%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB2F45 (or 0xDB2F45) is known color: Amaranth. HEX triplet: DB, 2F and 45. RGB value is (219,47,69). Sum of RGB (Red+Green+Blue) = 219+47+69=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2F45 is #24D0BA. Grayscale: #656565. Windows color (decimal): -2412731 or 4534235. OLE color: 4534235.

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

Color convert

RGB 219 47 69 -
CMYK 0 0.79 0.68 0.14
HSL 352.33º 0.7% 0.52% -
HSV(B) 352.33º 0.79% 0.86% -
XYZ 31.3 17.52 7.36 -
YUV 100.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 219 47 69 0 0.79 0.68 0.14 352.33 0.7 0.52
Hex DB 2F 45 0 4F 44 E 160 46 34
Octal 333 57 105 0 117 104 16 540 106 64
Binary 11011011 101111 1000101 0 1001111 1000100 1110 101100000 1000110 110100

Color Harmonies of #DB2F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F45

Black with #DB2F45

Text Example


Text Example

White with #DB2F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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