Html Css Color HEX #D92844 Amaranth

📋 copy color: '#D92844'

red 217 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #D92844

Tints of Amaranth #D92844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 66.77%
G = 12.31%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D92844 (or 0xD92844) is known color: Amaranth. HEX triplet: D9, 28 and 44. RGB value is (217,40,68). Sum of RGB (Red+Green+Blue) = 217+40+68=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D92844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92844 is #26D7BB. Grayscale: #606060. Windows color (decimal): -2545596 or 4466905. OLE color: 4466905.

HSL color Cylindrical-coordinate representation of color #D92844: hue angle of 350.51º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92844 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 40 68 -
CMYK 0 0.82 0.69 0.15
HSL 350.51º 0.7% 0.5% -
HSV(B) 350.51º 0.82% 0.85% -
XYZ 30.42 16.69 7.09 -
YUV 96.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 217 40 68 0 0.82 0.69 0.15 350.51 0.7 0.5
Hex D9 28 44 0 52 45 F 15F 46 32
Octal 331 50 104 0 122 105 17 537 106 62
Binary 11011001 101000 1000100 0 1010010 1000101 1111 101011111 1000110 110010

Color Harmonies of #D92844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92844

Black with #D92844

Text Example


Text Example

White with #D92844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92844; }

 p { color: rgb(217,40,68); }

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

background-color css

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

 a { background-color: rgb(217,40,68); }

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

border-color css

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

 span { border-color: rgb(217,40,68); }

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