Html Css Color HEX #D1344D Brick Red

📋 copy color: '#D1344D'

red 209 ◦ green 52 ◦ blue 77

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

Shades of Brick Red #D1344D

Tints of Brick Red #D1344D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 61.83%
G = 15.38%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1344D (or 0xD1344D) is known color: Brick Red. HEX triplet: D1, 34 and 4D. RGB value is (209,52,77). Sum of RGB (Red+Green+Blue) = 209+52+77=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1344D is #2ECBB2. Grayscale: #656565. Windows color (decimal): -3066803 or 5059793. OLE color: 5059793.

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

Color convert

RGB 209 52 77 -
CMYK 0 0.75 0.63 0.18
HSL 350.45º 0.63% 0.51% -
HSV(B) 350.45º 0.75% 0.82% -
XYZ 28.86 16.55 8.69 -
YUV 101.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 209 52 77 0 0.75 0.63 0.18 350.45 0.63 0.51
Hex D1 34 4D 0 4B 3F 12 15E 3F 33
Octal 321 64 115 0 113 77 22 536 77 63
Binary 11010001 110100 1001101 0 1001011 111111 10010 101011110 111111 110011

Color Harmonies of #D1344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1344D

Black with #D1344D

Text Example


Text Example

White with #D1344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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