Html Css Color HEX #D32449 Brick Red

📋 copy color: '#D32449'

red 211 ◦ green 36 ◦ blue 73

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

Shades of Brick Red #D32449

Tints of Brick Red #D32449

RGB

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

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

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

R = 65.94%
G = 11.25%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D32449 (or 0xD32449) is known color: Brick Red. HEX triplet: D3, 24 and 49. RGB value is (211,36,73). Sum of RGB (Red+Green+Blue) = 211+36+73=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D32449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32449 is #2CDBB6. Grayscale: #5C5C5C. Windows color (decimal): -2939831 or 4793555. OLE color: 4793555.

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

Color convert

RGB 211 36 73 -
CMYK 0 0.83 0.65 0.17
HSL 347.31º 0.71% 0.48% -
HSV(B) 347.31º 0.83% 0.83% -
XYZ 28.7 15.59 7.8 -
YUV 92.54 116.98 212.49 -
System Red Green Blue C M Y K H S L
Decimal 211 36 73 0 0.83 0.65 0.17 347.31 0.71 0.48
Hex D3 24 49 0 53 41 11 15B 47 30
Octal 323 44 111 0 123 101 21 533 107 60
Binary 11010011 100100 1001001 0 1010011 1000001 10001 101011011 1000111 110000

Color Harmonies of #D32449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32449

Black with #D32449

Text Example


Text Example

White with #D32449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32449; }

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

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

background-color css

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

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

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

border-color css

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

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

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