Html Css Color HEX #D93546 Amaranth

📋 copy color: '#D93546'

red 217 ◦ green 53 ◦ blue 70

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

Shades of Amaranth #D93546

Tints of Amaranth #D93546

RGB

 RED value IS 217 (85.16% from 255) = 63.82%

 GREEN value IS 53 (21.09% from 255) = 15.59%

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 63.82%
G = 15.59%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D93546 (or 0xD93546) is known color: Amaranth. HEX triplet: D9, 35 and 46. RGB value is (217,53,70). Sum of RGB (Red+Green+Blue) = 217+53+70=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D93546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93546 is #26CAB9. Grayscale: #686868. Windows color (decimal): -2542266 or 4601305. OLE color: 4601305.

HSL color Cylindrical-coordinate representation of color #D93546: hue angle of 353.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93546 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 70 -
CMYK 0 0.76 0.68 0.15
HSL 353.78º 0.68% 0.53% -
HSV(B) 353.78º 0.76% 0.85% -
XYZ 30.99 17.74 7.58 -
YUV 103.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 217 53 70 0 0.76 0.68 0.15 353.78 0.68 0.53
Hex D9 35 46 0 4C 44 F 162 44 35
Octal 331 65 106 0 114 104 17 542 104 65
Binary 11011001 110101 1000110 0 1001100 1000100 1111 101100010 1000100 110101

Color Harmonies of #D93546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93546

Black with #D93546

Text Example


Text Example

White with #D93546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93546; }

 p { color: rgb(217,53,70); }

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

background-color css

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

 a { background-color: rgb(217,53,70); }

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

border-color css

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

 span { border-color: rgb(217,53,70); }

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