Html Css Color HEX #DB2F47 Amaranth

📋 copy color: '#DB2F47'

red 219 ◦ green 47 ◦ blue 71

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

Shades of Amaranth #DB2F47

Tints of Amaranth #DB2F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 64.99%
G = 13.95%
B = 21.07%

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

#DB2F47 (or 0xDB2F47) is known color: Amaranth. HEX triplet: DB, 2F and 47. RGB value is (219,47,71). Sum of RGB (Red+Green+Blue) = 219+47+71=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2F47 is #24D0B8. Grayscale: #656565. Windows color (decimal): -2412729 or 4665307. OLE color: 4665307.

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

Color convert

RGB 219 47 71 -
CMYK 0 0.79 0.68 0.14
HSL 351.63º 0.7% 0.52% -
HSV(B) 351.63º 0.79% 0.86% -
XYZ 31.37 17.55 7.7 -
YUV 101.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 219 47 71 0 0.79 0.68 0.14 351.63 0.7 0.52
Hex DB 2F 47 0 4F 44 E 160 46 34
Octal 333 57 107 0 117 104 16 540 106 64
Binary 11011011 101111 1000111 0 1001111 1000100 1110 101100000 1000110 110100

Color Harmonies of #DB2F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F47

Black with #DB2F47

Text Example


Text Example

White with #DB2F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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