Html Css Color HEX #D92445 Amaranth

📋 copy color: '#D92445'

red 217 ◦ green 36 ◦ blue 69

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

Shades of Amaranth #D92445

Tints of Amaranth #D92445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 67.39%
G = 11.18%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D92445 (or 0xD92445) is known color: Amaranth. HEX triplet: D9, 24 and 45. RGB value is (217,36,69). Sum of RGB (Red+Green+Blue) = 217+36+69=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D92445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92445 is #26DBBA. Grayscale: #5D5D5D. Windows color (decimal): -2546619 or 4531417. OLE color: 4531417.

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

Color convert

RGB 217 36 69 -
CMYK 0 0.83 0.68 0.15
HSL 349.06º 0.72% 0.5% -
HSV(B) 349.06º 0.83% 0.85% -
XYZ 30.32 16.44 7.21 -
YUV 93.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 217 36 69 0 0.83 0.68 0.15 349.06 0.72 0.5
Hex D9 24 45 0 53 44 F 15D 48 32
Octal 331 44 105 0 123 104 17 535 110 62
Binary 11011001 100100 1000101 0 1010011 1000100 1111 101011101 1001000 110010

Color Harmonies of #D92445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92445

Black with #D92445

Text Example


Text Example

White with #D92445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92445; }

 p { color: rgb(217,36,69); }

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

background-color css

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

 a { background-color: rgb(217,36,69); }

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

border-color css

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

 span { border-color: rgb(217,36,69); }

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