Html Css Color HEX #D92A45 Amaranth

📋 copy color: '#D92A45'

red 217 ◦ green 42 ◦ blue 69

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

Shades of Amaranth #D92A45

Tints of Amaranth #D92A45

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.8%

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 66.16%
G = 12.8%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D92A45 (or 0xD92A45) is known color: Amaranth. HEX triplet: D9, 2A and 45. RGB value is (217,42,69). Sum of RGB (Red+Green+Blue) = 217+42+69=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A45 is #26D5BA. Grayscale: #616161. Windows color (decimal): -2545083 or 4532953. OLE color: 4532953.

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

Color convert

RGB 217 42 69 -
CMYK 0 0.81 0.68 0.15
HSL 350.74º 0.7% 0.51% -
HSV(B) 350.74º 0.81% 0.85% -
XYZ 30.52 16.84 7.27 -
YUV 97.4 111.98 213.3 -
System Red Green Blue C M Y K H S L
Decimal 217 42 69 0 0.81 0.68 0.15 350.74 0.7 0.51
Hex D9 2A 45 0 51 44 F 15F 46 33
Octal 331 52 105 0 121 104 17 537 106 63
Binary 11011001 101010 1000101 0 1010001 1000100 1111 101011111 1000110 110011

Color Harmonies of #D92A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A45

Black with #D92A45

Text Example


Text Example

White with #D92A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A45; }

 p { color: rgb(217,42,69); }

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

background-color css

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

 a { background-color: rgb(217,42,69); }

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

border-color css

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

 span { border-color: rgb(217,42,69); }

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