Html Css Color HEX #D32E4F Amaranth

📋 copy color: '#D32E4F'

red 211 ◦ green 46 ◦ blue 79

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

Shades of Amaranth #D32E4F

Tints of Amaranth #D32E4F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.69%

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 62.8%
G = 13.69%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D32E4F (or 0xD32E4F) is known color: Amaranth. HEX triplet: D3, 2E and 4F. RGB value is (211,46,79). Sum of RGB (Red+Green+Blue) = 211+46+79=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32E4F is #2CD1B0. Grayscale: #636363. Windows color (decimal): -2937265 or 5189331. OLE color: 5189331.

HSL color Cylindrical-coordinate representation of color #D32E4F: hue angle of 348º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32E4F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 46 79 -
CMYK 0 0.78 0.63 0.17
HSL 348º 0.65% 0.5% -
HSV(B) 348º 0.78% 0.83% -
XYZ 29.25 16.37 9.01 -
YUV 99.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 211 46 79 0 0.78 0.63 0.17 348 0.65 0.5
Hex D3 2E 4F 0 4E 3F 11 15C 41 32
Octal 323 56 117 0 116 77 21 534 101 62
Binary 11010011 101110 1001111 0 1001110 111111 10001 101011100 1000001 110010

Color Harmonies of #D32E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32E4F

Black with #D32E4F

Text Example


Text Example

White with #D32E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32E4F; }

 p { color: rgb(211,46,79); }

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

background-color css

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

 a { background-color: rgb(211,46,79); }

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

border-color css

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

 span { border-color: rgb(211,46,79); }

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