Html Css Color HEX #D3244C Amaranth

📋 copy color: '#D3244C'

red 211 ◦ green 36 ◦ blue 76

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

Shades of Amaranth #D3244C

Tints of Amaranth #D3244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 65.33%
G = 11.15%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3244C (or 0xD3244C) is known color: Amaranth. HEX triplet: D3, 24 and 4C. RGB value is (211,36,76). Sum of RGB (Red+Green+Blue) = 211+36+76=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3244C is #2CDBB3. Grayscale: #5C5C5C. Windows color (decimal): -2939828 or 4990163. OLE color: 4990163.

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

Color convert

RGB 211 36 76 -
CMYK 0 0.83 0.64 0.17
HSL 346.29º 0.71% 0.48% -
HSV(B) 346.29º 0.83% 0.83% -
XYZ 28.8 15.63 8.34 -
YUV 92.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 211 36 76 0 0.83 0.64 0.17 346.29 0.71 0.48
Hex D3 24 4C 0 53 40 11 15A 47 30
Octal 323 44 114 0 123 100 21 532 107 60
Binary 11010011 100100 1001100 0 1010011 1000000 10001 101011010 1000111 110000

Color Harmonies of #D3244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3244C

Black with #D3244C

Text Example


Text Example

White with #D3244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3244C; }

 p { color: rgb(211,36,76); }

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

background-color css

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

 a { background-color: rgb(211,36,76); }

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

border-color css

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

 span { border-color: rgb(211,36,76); }

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