Html Css Color HEX #D92D44 Amaranth

📋 copy color: '#D92D44'

red 217 ◦ green 45 ◦ blue 68

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

Shades of Amaranth #D92D44

Tints of Amaranth #D92D44

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.64%

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 65.76%
G = 13.64%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D92D44 (or 0xD92D44) is known color: Amaranth. HEX triplet: D9, 2D and 44. RGB value is (217,45,68). Sum of RGB (Red+Green+Blue) = 217+45+68=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D44 is #26D2BB. Grayscale: #636363. Windows color (decimal): -2544316 or 4468185. OLE color: 4468185.

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

Color convert

RGB 217 45 68 -
CMYK 0 0.79 0.69 0.15
HSL 351.98º 0.69% 0.51% -
HSV(B) 351.98º 0.79% 0.85% -
XYZ 30.6 17.05 7.15 -
YUV 99.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 217 45 68 0 0.79 0.69 0.15 351.98 0.69 0.51
Hex D9 2D 44 0 4F 45 F 160 45 33
Octal 331 55 104 0 117 105 17 540 105 63
Binary 11011001 101101 1000100 0 1001111 1000101 1111 101100000 1000101 110011

Color Harmonies of #D92D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D44

Black with #D92D44

Text Example


Text Example

White with #D92D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D44; }

 p { color: rgb(217,45,68); }

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

background-color css

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

 a { background-color: rgb(217,45,68); }

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

border-color css

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

 span { border-color: rgb(217,45,68); }

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