Html Css Color HEX #D92451 Amaranth

📋 copy color: '#D92451'

red 217 ◦ green 36 ◦ blue 81

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

Shades of Amaranth #D92451

Tints of Amaranth #D92451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.25%

R = 64.97%
G = 10.78%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D92451 (or 0xD92451) is known color: Amaranth. HEX triplet: D9, 24 and 51. RGB value is (217,36,81). Sum of RGB (Red+Green+Blue) = 217+36+81=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D92451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92451 is #26DBAE. Grayscale: #5F5F5F. Windows color (decimal): -2546607 or 5317849. OLE color: 5317849.

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

Color convert

RGB 217 36 81 -
CMYK 0 0.83 0.63 0.15
HSL 345.08º 0.72% 0.5% -
HSV(B) 345.08º 0.83% 0.85% -
XYZ 30.73 16.61 9.37 -
YUV 95.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 217 36 81 0 0.83 0.63 0.15 345.08 0.72 0.5
Hex D9 24 51 0 53 3F F 159 48 32
Octal 331 44 121 0 123 77 17 531 110 62
Binary 11011001 100100 1010001 0 1010011 111111 1111 101011001 1001000 110010

Color Harmonies of #D92451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92451

Black with #D92451

Text Example


Text Example

White with #D92451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92451; }

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

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

background-color css

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

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

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

border-color css

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

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

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