Html Css Color HEX #D82945 Amaranth

📋 copy color: '#D82945'

red 216 ◦ green 41 ◦ blue 69

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

Shades of Amaranth #D82945

Tints of Amaranth #D82945

RGB

 RED value IS 216 (84.77% from 255) = 66.26%

 GREEN value IS 41 (16.41% from 255) = 12.58%

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

R = 66.26%
G = 12.58%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D82945 (or 0xD82945) is known color: Amaranth. HEX triplet: D8, 29 and 45. RGB value is (216,41,69). Sum of RGB (Red+Green+Blue) = 216+41+69=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D82945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82945 is #27D6BA. Grayscale: #606060. Windows color (decimal): -2610875 or 4532696. OLE color: 4532696.

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

Color convert

RGB 216 41 69 -
CMYK 0 0.81 0.68 0.15
HSL 350.4º 0.69% 0.5% -
HSV(B) 350.4º 0.81% 0.85% -
XYZ 30.19 16.61 7.25 -
YUV 96.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 216 41 69 0 0.81 0.68 0.15 350.4 0.69 0.5
Hex D8 29 45 0 51 44 F 15E 45 32
Octal 330 51 105 0 121 104 17 536 105 62
Binary 11011000 101001 1000101 0 1010001 1000100 1111 101011110 1000101 110010

Color Harmonies of #D82945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82945

Black with #D82945

Text Example


Text Example

White with #D82945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82945; }

 p { color: rgb(216,41,69); }

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

background-color css

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

 a { background-color: rgb(216,41,69); }

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

border-color css

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

 span { border-color: rgb(216,41,69); }

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