Html Css Color HEX #D92645 Amaranth

📋 copy color: '#D92645'

red 217 ◦ green 38 ◦ blue 69

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

Shades of Amaranth #D92645

Tints of Amaranth #D92645

RGB

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

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

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

R = 66.98%
G = 11.73%
B = 21.3%

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

#D92645 (or 0xD92645) is known color: Amaranth. HEX triplet: D9, 26 and 45. RGB value is (217,38,69). Sum of RGB (Red+Green+Blue) = 217+38+69=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D92645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92645 is #26D9BA. Grayscale: #5F5F5F. Windows color (decimal): -2546107 or 4531929. OLE color: 4531929.

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

Color convert

RGB 217 38 69 -
CMYK 0 0.82 0.68 0.15
HSL 349.61º 0.7% 0.5% -
HSV(B) 349.61º 0.82% 0.85% -
XYZ 30.38 16.57 7.23 -
YUV 95.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 217 38 69 0 0.82 0.68 0.15 349.61 0.7 0.5
Hex D9 26 45 0 52 44 F 15E 46 32
Octal 331 46 105 0 122 104 17 536 106 62
Binary 11011001 100110 1000101 0 1010010 1000100 1111 101011110 1000110 110010

Color Harmonies of #D92645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92645

Black with #D92645

Text Example


Text Example

White with #D92645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92645; }

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

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

background-color css

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

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

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

border-color css

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

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

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