Html Css Color HEX #D1344C Brick Red

📋 copy color: '#D1344C'

red 209 ◦ green 52 ◦ blue 76

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

Shades of Brick Red #D1344C

Tints of Brick Red #D1344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 62.02%
G = 15.43%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1344C (or 0xD1344C) is known color: Brick Red. HEX triplet: D1, 34 and 4C. RGB value is (209,52,76). Sum of RGB (Red+Green+Blue) = 209+52+76=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1344C is #2ECBB3. Grayscale: #656565. Windows color (decimal): -3066804 or 4994257. OLE color: 4994257.

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

Color convert

RGB 209 52 76 -
CMYK 0 0.75 0.64 0.18
HSL 350.83º 0.63% 0.51% -
HSV(B) 350.83º 0.75% 0.82% -
XYZ 28.83 16.53 8.51 -
YUV 101.68 113.51 204.55 -
System Red Green Blue C M Y K H S L
Decimal 209 52 76 0 0.75 0.64 0.18 350.83 0.63 0.51
Hex D1 34 4C 0 4B 40 12 15F 3F 33
Octal 321 64 114 0 113 100 22 537 77 63
Binary 11010001 110100 1001100 0 1001011 1000000 10010 101011111 111111 110011

Color Harmonies of #D1344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1344C

Black with #D1344C

Text Example


Text Example

White with #D1344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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