Html Css Color HEX #D92E44 Amaranth

📋 copy color: '#D92E44'

red 217 ◦ green 46 ◦ blue 68

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

Shades of Amaranth #D92E44

Tints of Amaranth #D92E44

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

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

R = 65.56%
G = 13.9%
B = 20.54%

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

#D92E44 (or 0xD92E44) is known color: Amaranth. HEX triplet: D9, 2E and 44. RGB value is (217,46,68). Sum of RGB (Red+Green+Blue) = 217+46+68=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E44 is #26D1BB. Grayscale: #636363. Windows color (decimal): -2544060 or 4468441. OLE color: 4468441.

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

Color convert

RGB 217 46 68 -
CMYK 0 0.79 0.69 0.15
HSL 352.28º 0.69% 0.52% -
HSV(B) 352.28º 0.79% 0.85% -
XYZ 30.64 17.12 7.16 -
YUV 99.64 110.15 211.71 -
System Red Green Blue C M Y K H S L
Decimal 217 46 68 0 0.79 0.69 0.15 352.28 0.69 0.52
Hex D9 2E 44 0 4F 45 F 160 45 34
Octal 331 56 104 0 117 105 17 540 105 64
Binary 11011001 101110 1000100 0 1001111 1000101 1111 101100000 1000101 110100

Color Harmonies of #D92E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E44

Black with #D92E44

Text Example


Text Example

White with #D92E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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