Html Css Color HEX #D92553 Amaranth

📋 copy color: '#D92553'

red 217 ◦ green 37 ◦ blue 83

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

Shades of Amaranth #D92553

Tints of Amaranth #D92553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 64.39%
G = 10.98%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D92553 (or 0xD92553) is known color: Amaranth. HEX triplet: D9, 25 and 53. RGB value is (217,37,83). Sum of RGB (Red+Green+Blue) = 217+37+83=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D92553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92553 is #26DAAC. Grayscale: #606060. Windows color (decimal): -2546349 or 5449177. OLE color: 5449177.

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

Color convert

RGB 217 37 83 -
CMYK 0 0.83 0.62 0.15
HSL 344.67º 0.71% 0.5% -
HSV(B) 344.67º 0.83% 0.85% -
XYZ 30.84 16.7 9.78 -
YUV 96.06 120.63 214.26 -
System Red Green Blue C M Y K H S L
Decimal 217 37 83 0 0.83 0.62 0.15 344.67 0.71 0.5
Hex D9 25 53 0 53 3E F 159 47 32
Octal 331 45 123 0 123 76 17 531 107 62
Binary 11011001 100101 1010011 0 1010011 111110 1111 101011001 1000111 110010

Color Harmonies of #D92553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92553

Black with #D92553

Text Example


Text Example

White with #D92553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92553; }

 p { color: rgb(217,37,83); }

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

background-color css

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

 a { background-color: rgb(217,37,83); }

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

border-color css

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

 span { border-color: rgb(217,37,83); }

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