#DB274B

Color #DB274B Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #DB274B

Tints of Amaranth #DB274B

Color information

#DB274B (or 0xDB274B) is unknown color: approx Amaranth. HEX triplet: DB, 27 and 4B. RGB value is (219,39,75). Sum of RGB (Red+Green+Blue) = 219+39+75=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB274B is #24D8B4. Grayscale: #606060. Windows color (decimal): -2414773 or 4925403. OLE color: 4925403.

HSL color Cylindrical-coordinate representation of color #DB274B: hue angle of 348º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB274B is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB2193975-
CMYK00.820.660.14
HSL348º71.43%50.59%-
HSV(B)348º82.19%85.88%-
XYZ31.2117.028.3-
YUV96.92115.63215.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 65.77%
GREEN value IS 39 (15.62% from 255) = 11.71%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=65.77%
G=11.71%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219397500.820.660.1434871.4350.59
HexDB274B05242E15c4733
Octal3334711301221021653410763
Binary11011011100111100101101010010100001011101010111001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB274B; }

 p { color: rgb(219,39,75); }

 H1.HeaderClassName
 {
   color: #DB274B;
 }
 .AnyTagClassName
 {
   color: #DB274B;
 }
</style>
background-color css

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

 a { background-color: rgb(219,39,75); }

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

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

 span { border-color: rgb(219,39,75); }

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