Html Css Color HEX #D1384D Brick Red

📋 copy color: '#D1384D'

red 209 ◦ green 56 ◦ blue 77

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

Shades of Brick Red #D1384D

Tints of Brick Red #D1384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

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

R = 61.11%
G = 16.37%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1384D (or 0xD1384D) is known color: Brick Red. HEX triplet: D1, 38 and 4D. RGB value is (209,56,77). Sum of RGB (Red+Green+Blue) = 209+56+77=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1384D is #2EC7B2. Grayscale: #686868. Windows color (decimal): -3065779 or 5060817. OLE color: 5060817.

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

Color convert

RGB 209 56 77 -
CMYK 0 0.73 0.63 0.18
HSL 351.76º 0.62% 0.52% -
HSV(B) 351.76º 0.73% 0.82% -
XYZ 29.05 16.92 8.76 -
YUV 104.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 209 56 77 0 0.73 0.63 0.18 351.76 0.62 0.52
Hex D1 38 4D 0 49 3F 12 160 3E 34
Octal 321 70 115 0 111 77 22 540 76 64
Binary 11010001 111000 1001101 0 1001001 111111 10010 101100000 111110 110100

Color Harmonies of #D1384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1384D

Black with #D1384D

Text Example


Text Example

White with #D1384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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