Html Css Color HEX #D92845 Amaranth

📋 copy color: '#D92845'

red 217 ◦ green 40 ◦ blue 69

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

Shades of Amaranth #D92845

Tints of Amaranth #D92845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.27%

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

R = 66.56%
G = 12.27%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D92845 (or 0xD92845) is known color: Amaranth. HEX triplet: D9, 28 and 45. RGB value is (217,40,69). Sum of RGB (Red+Green+Blue) = 217+40+69=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D92845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92845 is #26D7BA. Grayscale: #606060. Windows color (decimal): -2545595 or 4532441. OLE color: 4532441.

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

Color convert

RGB 217 40 69 -
CMYK 0 0.82 0.68 0.15
HSL 350.17º 0.7% 0.5% -
HSV(B) 350.17º 0.82% 0.85% -
XYZ 30.45 16.7 7.25 -
YUV 96.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 217 40 69 0 0.82 0.68 0.15 350.17 0.7 0.5
Hex D9 28 45 0 52 44 F 15E 46 32
Octal 331 50 105 0 122 104 17 536 106 62
Binary 11011001 101000 1000101 0 1010010 1000100 1111 101011110 1000110 110010

Color Harmonies of #D92845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92845

Black with #D92845

Text Example


Text Example

White with #D92845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92845; }

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

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

background-color css

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

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

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

border-color css

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

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

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