Html Css Color HEX #D93446 Amaranth

📋 copy color: '#D93446'

red 217 ◦ green 52 ◦ blue 70

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

Shades of Amaranth #D93446

Tints of Amaranth #D93446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

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

R = 64.01%
G = 15.34%
B = 20.65%

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

#D93446 (or 0xD93446) is known color: Amaranth. HEX triplet: D9, 34 and 46. RGB value is (217,52,70). Sum of RGB (Red+Green+Blue) = 217+52+70=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D93446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93446 is #26CBB9. Grayscale: #676767. Windows color (decimal): -2542522 or 4601049. OLE color: 4601049.

HSL color Cylindrical-coordinate representation of color #D93446: hue angle of 353.45º 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 #D93446 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 70 -
CMYK 0 0.76 0.68 0.15
HSL 353.45º 0.68% 0.53% -
HSV(B) 353.45º 0.76% 0.85% -
XYZ 30.95 17.65 7.57 -
YUV 103.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 217 52 70 0 0.76 0.68 0.15 353.45 0.68 0.53
Hex D9 34 46 0 4C 44 F 161 44 35
Octal 331 64 106 0 114 104 17 541 104 65
Binary 11011001 110100 1000110 0 1001100 1000100 1111 101100001 1000100 110101

Color Harmonies of #D93446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93446

Black with #D93446

Text Example


Text Example

White with #D93446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93446; }

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

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

background-color css

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

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

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

border-color css

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

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

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