Html Css Color HEX #D92450 Amaranth

📋 copy color: '#D92450'

red 217 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #D92450

Tints of Amaranth #D92450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 65.17%
G = 10.81%
B = 24.02%

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

#D92450 (or 0xD92450) is known color: Amaranth. HEX triplet: D9, 24 and 50. RGB value is (217,36,80). Sum of RGB (Red+Green+Blue) = 217+36+80=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D92450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92450 is #26DBAF. Grayscale: #5F5F5F. Windows color (decimal): -2546608 or 5252313. OLE color: 5252313.

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

Color convert

RGB 217 36 80 -
CMYK 0 0.83 0.63 0.15
HSL 345.41º 0.72% 0.5% -
HSV(B) 345.41º 0.83% 0.85% -
XYZ 30.69 16.59 9.17 -
YUV 95.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 217 36 80 0 0.83 0.63 0.15 345.41 0.72 0.5
Hex D9 24 50 0 53 3F F 159 48 32
Octal 331 44 120 0 123 77 17 531 110 62
Binary 11011001 100100 1010000 0 1010011 111111 1111 101011001 1001000 110010

Color Harmonies of #D92450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92450

Black with #D92450

Text Example


Text Example

White with #D92450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92450; }

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

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

background-color css

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

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

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

border-color css

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

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

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