Html Css Color HEX #D92B4A Amaranth

📋 copy color: '#D92B4A'

red 217 ◦ green 43 ◦ blue 74

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

Shades of Amaranth #D92B4A

Tints of Amaranth #D92B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 64.97%
G = 12.87%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D92B4A (or 0xD92B4A) is known color: Amaranth. HEX triplet: D9, 2B and 4A. RGB value is (217,43,74). Sum of RGB (Red+Green+Blue) = 217+43+74=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92B4A is #26D4B5. Grayscale: #626262. Windows color (decimal): -2544822 or 4860889. OLE color: 4860889.

HSL color Cylindrical-coordinate representation of color #D92B4A: hue angle of 349.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92B4A is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 43 74 -
CMYK 0 0.80 0.66 0.15
HSL 349.31º 0.7% 0.51% -
HSV(B) 349.31º 0.8% 0.85% -
XYZ 30.72 16.97 8.14 -
YUV 98.56 114.15 212.48 -
System Red Green Blue C M Y K H S L
Decimal 217 43 74 0 0.80 0.66 0.15 349.31 0.7 0.51
Hex D9 2B 4A 0 50 42 F 15D 46 33
Octal 331 53 112 0 120 102 17 535 106 63
Binary 11011001 101011 1001010 0 1010000 1000010 1111 101011101 1000110 110011

Color Harmonies of #D92B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B4A

Black with #D92B4A

Text Example


Text Example

White with #D92B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B4A; }

 p { color: rgb(217,43,74); }

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

background-color css

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

 a { background-color: rgb(217,43,74); }

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

border-color css

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

 span { border-color: rgb(217,43,74); }

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