Html Css Color HEX #D92646 Amaranth

📋 copy color: '#D92646'

red 217 ◦ green 38 ◦ blue 70

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

Shades of Amaranth #D92646

Tints of Amaranth #D92646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

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

R = 66.77%
G = 11.69%
B = 21.54%

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

#D92646 (or 0xD92646) is known color: Amaranth. HEX triplet: D9, 26 and 46. RGB value is (217,38,70). Sum of RGB (Red+Green+Blue) = 217+38+70=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D92646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92646 is #26D9B9. Grayscale: #5F5F5F. Windows color (decimal): -2546106 or 4597465. OLE color: 4597465.

HSL color Cylindrical-coordinate representation of color #D92646: hue angle of 349.27º 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 #D92646 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 38 70 -
CMYK 0 0.82 0.68 0.15
HSL 349.27º 0.7% 0.5% -
HSV(B) 349.27º 0.82% 0.85% -
XYZ 30.41 16.58 7.39 -
YUV 95.17 113.8 214.9 -
System Red Green Blue C M Y K H S L
Decimal 217 38 70 0 0.82 0.68 0.15 349.27 0.7 0.5
Hex D9 26 46 0 52 44 F 15D 46 32
Octal 331 46 106 0 122 104 17 535 106 62
Binary 11011001 100110 1000110 0 1010010 1000100 1111 101011101 1000110 110010

Color Harmonies of #D92646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92646

Black with #D92646

Text Example


Text Example

White with #D92646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92646; }

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

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

background-color css

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

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

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

border-color css

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

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

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