Html Css Color HEX #D32749 Brick Red

📋 copy color: '#D32749'

red 211 ◦ green 39 ◦ blue 73

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

Shades of Brick Red #D32749

Tints of Brick Red #D32749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.07%

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

R = 65.33%
G = 12.07%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D32749 (or 0xD32749) is known color: Brick Red. HEX triplet: D3, 27 and 49. RGB value is (211,39,73). Sum of RGB (Red+Green+Blue) = 211+39+73=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D32749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32749 is #2CD8B6. Grayscale: #5E5E5E. Windows color (decimal): -2939063 or 4794323. OLE color: 4794323.

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

Color convert

RGB 211 39 73 -
CMYK 0 0.82 0.65 0.17
HSL 348.14º 0.69% 0.49% -
HSV(B) 348.14º 0.82% 0.83% -
XYZ 28.79 15.78 7.83 -
YUV 94.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 211 39 73 0 0.82 0.65 0.17 348.14 0.69 0.49
Hex D3 27 49 0 52 41 11 15C 45 31
Octal 323 47 111 0 122 101 21 534 105 61
Binary 11010011 100111 1001001 0 1010010 1000001 10001 101011100 1000101 110001

Color Harmonies of #D32749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32749

Black with #D32749

Text Example


Text Example

White with #D32749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32749; }

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

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

background-color css

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

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

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

border-color css

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

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

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