Html Css Color HEX #D92544 Amaranth

📋 copy color: '#D92544'

red 217 ◦ green 37 ◦ blue 68

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

Shades of Amaranth #D92544

Tints of Amaranth #D92544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

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

R = 67.39%
G = 11.49%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D92544 (or 0xD92544) is known color: Amaranth. HEX triplet: D9, 25 and 44. RGB value is (217,37,68). Sum of RGB (Red+Green+Blue) = 217+37+68=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D92544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92544 is #26DABB. Grayscale: #5E5E5E. Windows color (decimal): -2546364 or 4466137. OLE color: 4466137.

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

Color convert

RGB 217 37 68 -
CMYK 0 0.83 0.69 0.15
HSL 349.67º 0.71% 0.5% -
HSV(B) 349.67º 0.83% 0.85% -
XYZ 30.32 16.49 7.05 -
YUV 94.35 113.13 215.48 -
System Red Green Blue C M Y K H S L
Decimal 217 37 68 0 0.83 0.69 0.15 349.67 0.71 0.5
Hex D9 25 44 0 53 45 F 15E 47 32
Octal 331 45 104 0 123 105 17 536 107 62
Binary 11011001 100101 1000100 0 1010011 1000101 1111 101011110 1000111 110010

Color Harmonies of #D92544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92544

Black with #D92544

Text Example


Text Example

White with #D92544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92544; }

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

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

background-color css

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

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

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

border-color css

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

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

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