Html Css Color HEX #D92F46 Amaranth

📋 copy color: '#D92F46'

red 217 ◦ green 47 ◦ blue 70

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

Shades of Amaranth #D92F46

Tints of Amaranth #D92F46

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.07%

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 64.97%
G = 14.07%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D92F46 (or 0xD92F46) is known color: Amaranth. HEX triplet: D9, 2F and 46. RGB value is (217,47,70). Sum of RGB (Red+Green+Blue) = 217+47+70=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F46 is #26D0B9. Grayscale: #646464. Windows color (decimal): -2543802 or 4599769. OLE color: 4599769.

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

Color convert

RGB 217 47 70 -
CMYK 0 0.78 0.68 0.15
HSL 351.88º 0.69% 0.52% -
HSV(B) 351.88º 0.78% 0.85% -
XYZ 30.74 17.23 7.5 -
YUV 100.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 217 47 70 0 0.78 0.68 0.15 351.88 0.69 0.52
Hex D9 2F 46 0 4E 44 F 160 45 34
Octal 331 57 106 0 116 104 17 540 105 64
Binary 11011001 101111 1000110 0 1001110 1000100 1111 101100000 1000101 110100

Color Harmonies of #D92F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F46

Black with #D92F46

Text Example


Text Example

White with #D92F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F46; }

 p { color: rgb(217,47,70); }

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

background-color css

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

 a { background-color: rgb(217,47,70); }

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

border-color css

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

 span { border-color: rgb(217,47,70); }

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