Html Css Color HEX #D3254D Amaranth

📋 copy color: '#D3254D'

red 211 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #D3254D

Tints of Amaranth #D3254D

RGB

 RED value IS 211 (82.81% from 255) = 64.92%

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 64.92%
G = 11.38%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3254D (or 0xD3254D) is known color: Amaranth. HEX triplet: D3, 25 and 4D. RGB value is (211,37,77). Sum of RGB (Red+Green+Blue) = 211+37+77=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3254D is #2CDAB2. Grayscale: #5D5D5D. Windows color (decimal): -2939571 or 5055955. OLE color: 5055955.

HSL color Cylindrical-coordinate representation of color #D3254D: hue angle of 346.21º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3254D is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 37 77 -
CMYK 0 0.82 0.64 0.17
HSL 346.21º 0.7% 0.49% -
HSV(B) 346.21º 0.82% 0.83% -
XYZ 28.87 15.71 8.53 -
YUV 93.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 211 37 77 0 0.82 0.64 0.17 346.21 0.7 0.49
Hex D3 25 4D 0 52 40 11 15A 46 31
Octal 323 45 115 0 122 100 21 532 106 61
Binary 11010011 100101 1001101 0 1010010 1000000 10001 101011010 1000110 110001

Color Harmonies of #D3254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3254D

Black with #D3254D

Text Example


Text Example

White with #D3254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3254D; }

 p { color: rgb(211,37,77); }

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

background-color css

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

 a { background-color: rgb(211,37,77); }

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

border-color css

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

 span { border-color: rgb(211,37,77); }

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