Html Css Color HEX #D93646 Amaranth

📋 copy color: '#D93646'

red 217 ◦ green 54 ◦ blue 70

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

Shades of Amaranth #D93646

Tints of Amaranth #D93646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

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

R = 63.64%
G = 15.84%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D93646 (or 0xD93646) is known color: Amaranth. HEX triplet: D9, 36 and 46. RGB value is (217,54,70). Sum of RGB (Red+Green+Blue) = 217+54+70=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D93646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93646 is #26C9B9. Grayscale: #686868. Windows color (decimal): -2542010 or 4601561. OLE color: 4601561.

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

Color convert

RGB 217 54 70 -
CMYK 0 0.75 0.68 0.15
HSL 354.11º 0.68% 0.53% -
HSV(B) 354.11º 0.75% 0.85% -
XYZ 31.04 17.83 7.6 -
YUV 104.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 217 54 70 0 0.75 0.68 0.15 354.11 0.68 0.53
Hex D9 36 46 0 4B 44 F 162 44 35
Octal 331 66 106 0 113 104 17 542 104 65
Binary 11011001 110110 1000110 0 1001011 1000100 1111 101100010 1000100 110101

Color Harmonies of #D93646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93646

Black with #D93646

Text Example


Text Example

White with #D93646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93646; }

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

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

background-color css

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

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

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

border-color css

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

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

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