Html Css Color HEX #D92455 Amaranth

📋 copy color: '#D92455'

red 217 ◦ green 36 ◦ blue 85

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

Shades of Amaranth #D92455

Tints of Amaranth #D92455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.65%

 BLUE value IS 85 (33.59% from 255) = 25.15%

R = 64.2%
G = 10.65%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D92455 (or 0xD92455) is known color: Amaranth. HEX triplet: D9, 24 and 55. RGB value is (217,36,85). Sum of RGB (Red+Green+Blue) = 217+36+85=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D92455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92455 is #26DBAA. Grayscale: #5F5F5F. Windows color (decimal): -2546603 or 5579993. OLE color: 5579993.

HSL color Cylindrical-coordinate representation of color #D92455: hue angle of 343.76º degrees, saturation: 0.72, 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 #D92455 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 85 -
CMYK 0 0.83 0.61 0.15
HSL 343.76º 0.72% 0.5% -
HSV(B) 343.76º 0.83% 0.85% -
XYZ 30.89 16.67 10.18 -
YUV 95.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 217 36 85 0 0.83 0.61 0.15 343.76 0.72 0.5
Hex D9 24 55 0 53 3D F 158 48 32
Octal 331 44 125 0 123 75 17 530 110 62
Binary 11011001 100100 1010101 0 1010011 111101 1111 101011000 1001000 110010

Color Harmonies of #D92455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92455

Black with #D92455

Text Example


Text Example

White with #D92455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92455; }

 p { color: rgb(217,36,85); }

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

background-color css

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

 a { background-color: rgb(217,36,85); }

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

border-color css

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

 span { border-color: rgb(217,36,85); }

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