Html Css Color HEX #D93847 Amaranth

📋 copy color: '#D93847'

red 217 ◦ green 56 ◦ blue 71

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

Shades of Amaranth #D93847

Tints of Amaranth #D93847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.28%

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 63.08%
G = 16.28%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D93847 (or 0xD93847) is known color: Amaranth. HEX triplet: D9, 38 and 47. RGB value is (217,56,71). Sum of RGB (Red+Green+Blue) = 217+56+71=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D93847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93847 is #26C7B8. Grayscale: #696969. Windows color (decimal): -2541497 or 4667609. OLE color: 4667609.

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

Color convert

RGB 217 56 71 -
CMYK 0 0.74 0.67 0.15
HSL 354.41º 0.68% 0.54% -
HSV(B) 354.41º 0.74% 0.85% -
XYZ 31.17 18.03 7.8 -
YUV 105.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 217 56 71 0 0.74 0.67 0.15 354.41 0.68 0.54
Hex D9 38 47 0 4A 43 F 162 44 36
Octal 331 70 107 0 112 103 17 542 104 66
Binary 11011001 111000 1000111 0 1001010 1000011 1111 101100010 1000100 110110

Color Harmonies of #D93847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93847

Black with #D93847

Text Example


Text Example

White with #D93847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93847; }

 p { color: rgb(217,56,71); }

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

background-color css

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

 a { background-color: rgb(217,56,71); }

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

border-color css

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

 span { border-color: rgb(217,56,71); }

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