Html Css Color HEX #D5294B Amaranth

📋 copy color: '#D5294B'

red 213 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #D5294B

Tints of Amaranth #D5294B

RGB

 RED value IS 213 (83.59% from 255) = 64.74%

 GREEN value IS 41 (16.41% from 255) = 12.46%

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 64.74%
G = 12.46%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5294B (or 0xD5294B) is known color: Amaranth. HEX triplet: D5, 29 and 4B. RGB value is (213,41,75). Sum of RGB (Red+Green+Blue) = 213+41+75=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5294B is #2AD6B4. Grayscale: #606060. Windows color (decimal): -2807477 or 4925909. OLE color: 4925909.

HSL color Cylindrical-coordinate representation of color #D5294B: hue angle of 348.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5294B is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 75 -
CMYK 0 0.81 0.65 0.16
HSL 348.14º 0.68% 0.5% -
HSV(B) 348.14º 0.81% 0.84% -
XYZ 29.5 16.24 8.24 -
YUV 96.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 213 41 75 0 0.81 0.65 0.16 348.14 0.68 0.5
Hex D5 29 4B 0 51 41 10 15C 44 32
Octal 325 51 113 0 121 101 20 534 104 62
Binary 11010101 101001 1001011 0 1010001 1000001 10000 101011100 1000100 110010

Color Harmonies of #D5294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5294B

Black with #D5294B

Text Example


Text Example

White with #D5294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5294B; }

 p { color: rgb(213,41,75); }

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

background-color css

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

 a { background-color: rgb(213,41,75); }

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

border-color css

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

 span { border-color: rgb(213,41,75); }

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