Html Css Color HEX #D1324A Brick Red

📋 copy color: '#D1324A'

red 209 ◦ green 50 ◦ blue 74

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

Shades of Brick Red #D1324A

Tints of Brick Red #D1324A

RGB

 RED value IS 209 (82.03% from 255) = 62.76%

 GREEN value IS 50 (19.92% from 255) = 15.02%

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 62.76%
G = 15.02%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1324A (or 0xD1324A) is known color: Brick Red. HEX triplet: D1, 32 and 4A. RGB value is (209,50,74). Sum of RGB (Red+Green+Blue) = 209+50+74=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D1324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1324A is #2ECDB5. Grayscale: #646464. Windows color (decimal): -3067318 or 4862673. OLE color: 4862673.

HSL color Cylindrical-coordinate representation of color #D1324A: hue angle of 350.94º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1324A is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 50 74 -
CMYK 0 0.76 0.65 0.18
HSL 350.94º 0.63% 0.51% -
HSV(B) 350.94º 0.76% 0.82% -
XYZ 28.67 16.33 8.12 -
YUV 100.28 113.18 205.55 -
System Red Green Blue C M Y K H S L
Decimal 209 50 74 0 0.76 0.65 0.18 350.94 0.63 0.51
Hex D1 32 4A 0 4C 41 12 15F 3F 33
Octal 321 62 112 0 114 101 22 537 77 63
Binary 11010001 110010 1001010 0 1001100 1000001 10010 101011111 111111 110011

Color Harmonies of #D1324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1324A

Black with #D1324A

Text Example


Text Example

White with #D1324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1324A; }

 p { color: rgb(209,50,74); }

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

background-color css

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

 a { background-color: rgb(209,50,74); }

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

border-color css

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

 span { border-color: rgb(209,50,74); }

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