Html Css Color HEX #D1324C Brick Red

📋 copy color: '#D1324C'

red 209 ◦ green 50 ◦ blue 76

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

Shades of Brick Red #D1324C

Tints of Brick Red #D1324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 62.39%
G = 14.93%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1324C (or 0xD1324C) is known color: Brick Red. HEX triplet: D1, 32 and 4C. RGB value is (209,50,76). Sum of RGB (Red+Green+Blue) = 209+50+76=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1324C is #2ECDB3. Grayscale: #646464. Windows color (decimal): -3067316 or 4993745. OLE color: 4993745.

HSL color Cylindrical-coordinate representation of color #D1324C: hue angle of 350.19º 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 #D1324C is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 50 76 -
CMYK 0 0.76 0.64 0.18
HSL 350.19º 0.63% 0.51% -
HSV(B) 350.19º 0.76% 0.82% -
XYZ 28.74 16.36 8.48 -
YUV 100.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 209 50 76 0 0.76 0.64 0.18 350.19 0.63 0.51
Hex D1 32 4C 0 4C 40 12 15E 3F 33
Octal 321 62 114 0 114 100 22 536 77 63
Binary 11010001 110010 1001100 0 1001100 1000000 10010 101011110 111111 110011

Color Harmonies of #D1324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1324C

Black with #D1324C

Text Example


Text Example

White with #D1324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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