Html Css Color HEX #D92352 Amaranth

📋 copy color: '#D92352'

red 217 ◦ green 35 ◦ blue 82

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

Shades of Amaranth #D92352

Tints of Amaranth #D92352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

 BLUE value IS 82 (32.42% from 255) = 24.55%

R = 64.97%
G = 10.48%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D92352 (or 0xD92352) is known color: Amaranth. HEX triplet: D9, 23 and 52. RGB value is (217,35,82). Sum of RGB (Red+Green+Blue) = 217+35+82=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D92352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92352 is #26DCAD. Grayscale: #5E5E5E. Windows color (decimal): -2546862 or 5383129. OLE color: 5383129.

HSL color Cylindrical-coordinate representation of color #D92352: hue angle of 344.51º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92352 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 35 82 -
CMYK 0 0.84 0.62 0.15
HSL 344.51º 0.72% 0.49% -
HSV(B) 344.51º 0.84% 0.85% -
XYZ 30.74 16.56 9.56 -
YUV 94.78 120.8 215.18 -
System Red Green Blue C M Y K H S L
Decimal 217 35 82 0 0.84 0.62 0.15 344.51 0.72 0.49
Hex D9 23 52 0 54 3E F 159 48 31
Octal 331 43 122 0 124 76 17 531 110 61
Binary 11011001 100011 1010010 0 1010100 111110 1111 101011001 1001000 110001

Color Harmonies of #D92352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92352

Black with #D92352

Text Example


Text Example

White with #D92352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92352; }

 p { color: rgb(217,35,82); }

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

background-color css

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

 a { background-color: rgb(217,35,82); }

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

border-color css

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

 span { border-color: rgb(217,35,82); }

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