Html Css Color HEX #D3224D Amaranth

📋 copy color: '#D3224D'

red 211 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #D3224D

Tints of Amaranth #D3224D

RGB

 RED value IS 211 (82.81% from 255) = 65.53%

 GREEN value IS 34 (13.67% from 255) = 10.56%

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 65.53%
G = 10.56%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3224D (or 0xD3224D) is known color: Amaranth. HEX triplet: D3, 22 and 4D. RGB value is (211,34,77). Sum of RGB (Red+Green+Blue) = 211+34+77=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D3224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3224D is #2CDDB2. Grayscale: #5B5B5B. Windows color (decimal): -2940339 or 5055187. OLE color: 5055187.

HSL color Cylindrical-coordinate representation of color #D3224D: hue angle of 345.42º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3224D is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 34 77 -
CMYK 0 0.84 0.64 0.17
HSL 345.42º 0.72% 0.48% -
HSV(B) 345.42º 0.84% 0.83% -
XYZ 28.78 15.53 8.5 -
YUV 91.83 119.64 213 -
System Red Green Blue C M Y K H S L
Decimal 211 34 77 0 0.84 0.64 0.17 345.42 0.72 0.48
Hex D3 22 4D 0 54 40 11 159 48 30
Octal 323 42 115 0 124 100 21 531 110 60
Binary 11010011 100010 1001101 0 1010100 1000000 10001 101011001 1001000 110000

Color Harmonies of #D3224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3224D

Black with #D3224D

Text Example


Text Example

White with #D3224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3224D; }

 p { color: rgb(211,34,77); }

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

background-color css

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

 a { background-color: rgb(211,34,77); }

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

border-color css

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

 span { border-color: rgb(211,34,77); }

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