Html Css Color HEX #D32E49 Brick Red

📋 copy color: '#D32E49'

red 211 ◦ green 46 ◦ blue 73

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

Shades of Brick Red #D32E49

Tints of Brick Red #D32E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 63.94%
G = 13.94%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D32E49 (or 0xD32E49) is known color: Brick Red. HEX triplet: D3, 2E and 49. RGB value is (211,46,73). Sum of RGB (Red+Green+Blue) = 211+46+73=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32E49 is #2CD1B6. Grayscale: #626262. Windows color (decimal): -2937271 or 4796115. OLE color: 4796115.

HSL color Cylindrical-coordinate representation of color #D32E49: hue angle of 350.18º 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 #D32E49 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 46 73 -
CMYK 0 0.78 0.65 0.17
HSL 350.18º 0.65% 0.5% -
HSV(B) 350.18º 0.78% 0.83% -
XYZ 29.04 16.28 7.92 -
YUV 98.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 211 46 73 0 0.78 0.65 0.17 350.18 0.65 0.5
Hex D3 2E 49 0 4E 41 11 15E 41 32
Octal 323 56 111 0 116 101 21 536 101 62
Binary 11010011 101110 1001001 0 1001110 1000001 10001 101011110 1000001 110010

Color Harmonies of #D32E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32E49

Black with #D32E49

Text Example


Text Example

White with #D32E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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